feat(init)!: create sulej.ch

This commit is contained in:
2025-10-12 15:48:10 +02:00
commit 40c353ff4e
33 changed files with 3846 additions and 0 deletions

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

@@ -0,0 +1,7 @@
<script>
import { page } from "$app/stores";
$: status = $page.status;
</script>
<h1>{status}</h1>
<p>{$page.error?.message}</p>