Initial commit for CI pipeline test.

This commit is contained in:
2025-03-11 10:18:15 -05:00
commit 1dd8c8b623
19 changed files with 2663 additions and 0 deletions

5
src/routes/+page.svelte Normal file
View File

@@ -0,0 +1,5 @@
<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>