aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/routes/+page.svelte
blob: 123282c8f20a3197c134c18d6be9a337ffb5bad8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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 a placeholder.</h2>
  </div>
</div>

<style lang="postcss">
</style>