blob: e34c31e267ffda82ee82f6ed3f3878cf5007bbad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<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>
|