diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/routes/+page.svelte | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/routes/+page.svelte b/app/src/routes/+page.svelte index 67c0353..7cd11ed 100644 --- a/app/src/routes/+page.svelte +++ b/app/src/routes/+page.svelte @@ -1,8 +1,12 @@ +<svelte:head> + <title>Coming Soon(TM)</title> +</svelte:head> + <!-- YOU CAN DELETE EVERYTHING IN THIS PAGE --> <div class="container h-full mx-auto flex justify-center items-center"> <div class="space-y-10 text-center flex flex-col items-center"> - <h2 class="h2">Welcome to Skeleton.</h2> + <h2 class="h2">Welcome to a placeholder.</h2> <!-- Animated Logo --> <figure> <section class="img-bg" /> |