Just some finessing

This commit is contained in:
Robert Hall
2018-09-24 20:12:29 -06:00
parent 4d807ef43d
commit 6d0da69115
6 changed files with 93 additions and 40 deletions

18
routes/_private.html Normal file
View File

@@ -0,0 +1,18 @@
<h1>You are now logged in!</h1>
<figure>
{#if $user.username === 'general-zod'}
<img alt='Zod' src='zod.png'>
<figcaption>Kneel before Zod!</figcaption>
{:else}
<img alt='Super' src='super.png'>
<figcaption>Up, up, and away!</figcaption>
{/if}
</figure>
<style>
h1, figure, p {
text-align: center;
margin: 0 auto;
}
</style>