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