Files
harbormaster-client/src/routes/+page.svelte

6 lines
220 B
Svelte

<main class="flex flex-col gap-2 p-4 w-full">
<div class="p-4 flex flex-col justify-center items-center bg-white/50 rounded-md">
<h1 class="text-green font-noto font-bold">Harbormaster Client</h1>
</div>
</main>