Fixing some warnings. Trying to figure out how to automate site deployment.
This commit is contained in:
parent
056844b018
commit
2a8c988199
@ -1,5 +1,5 @@
|
||||
<script>
|
||||
export let name = "%USER%";
|
||||
export const name = "%USER%";
|
||||
export let icon;
|
||||
export let onClick;
|
||||
</script>
|
||||
@ -18,5 +18,4 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<a on:click={onClick} href="404"> <img src="/user.svg"> </a>
|
||||
<a on:click={onClick} href="404"> <img src="/user.svg" alt="user"> </a>
|
||||
|
@ -288,6 +288,7 @@ H@: :HHHHHHHHHHHHHHHHHHX, =@H
|
||||
<pre>{error.stack}</pre>
|
||||
{:else}
|
||||
<audio controls autoplay>
|
||||
<track kind="captions"/>
|
||||
<source src="http://quartznet.info/alive.ogg" type="audio/wav">
|
||||
</audio>
|
||||
<div style="text-align: center; width: 100%; display: inline-block">
|
||||
|
@ -8,14 +8,14 @@
|
||||
</script>
|
||||
|
||||
<style>
|
||||
main {
|
||||
/*main {
|
||||
position: relative;
|
||||
max-width: 56em;
|
||||
background-color: white;
|
||||
padding: 2em;
|
||||
margin: 0 auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}*/
|
||||
|
||||
/* Dark theme */
|
||||
:global(html[data-theme='dark']) {
|
||||
|
@ -8,7 +8,7 @@
|
||||
<form class="form-signin" action="login.php" method="post">
|
||||
<div class="form-label-group">
|
||||
<label for="username">Username</label>
|
||||
<input type="text" id="username" class="form-control" name="username" placeholder="Username" required autofocus>
|
||||
<input type="text" id="username" class="form-control" name="username" placeholder="Username" required>
|
||||
</div>
|
||||
|
||||
<div class="form-label-group">
|
||||
|
@ -3,8 +3,6 @@
|
||||
import Thumb from '../components/gameProjectThumb.svelte'
|
||||
import Banner from '../components/banner.svelte'
|
||||
|
||||
export let name;
|
||||
|
||||
let games = [
|
||||
{
|
||||
name: "Sirius",
|
||||
|
Loading…
x
Reference in New Issue
Block a user