feat: mvp

This commit is contained in:
2025-11-26 21:48:06 +01:00
commit 5ab04b9acb
58 changed files with 14997 additions and 0 deletions

7
src/routes/+error.svelte Normal file
View File

@@ -0,0 +1,7 @@
<script lang="ts">
import { page } from '$app/state';
</script>
<div class="flex items-center justify-center grow">
<h3>{page.status}: {page.error?.message ?? 'Upsi, da isch öppis kaputt gange...'}</h3>
</div>