diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte new file mode 100644 index 0000000..4a6da1e --- /dev/null +++ b/src/routes/+layout.svelte @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + Race Picks + Season Picks + Leaderboard + Statistics + Rules + + + + + Formula 11 + + + + + + + Race Picks + + + Season Picks + + + Leaderboard + + + Statistics + + Rules + + + + + + + Admin + + + Users + Season Data + User Data + + + + + {#if !data.user} + + + Login + + + Enter Username and Password + + + + + Register + Login + + + + + {:else} + + + + + + + + + + Edit Profile + + + + + + Save Changes + Logout + + + + + {/if} + + + + + +