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

16
src/app.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link id="fav" rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="sulej.ch">
%sveltekit.head%
</head>
<body>
%sveltekit.body%
</body>
</html>