Fixing some warnings. Trying to figure out how to automate site deployment.

This commit is contained in:
Chris Dill 2020-08-21 09:33:32 +01:00
parent 056844b018
commit 2a8c988199
5 changed files with 6 additions and 8 deletions

View File

@ -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>

View File

@ -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">

View File

@ -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']) {

View File

@ -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">

View File

@ -3,8 +3,6 @@
import Thumb from '../components/gameProjectThumb.svelte'
import Banner from '../components/banner.svelte'
export let name;
let games = [
{
name: "Sirius",