init sveltekit module

This commit is contained in:
maxDorninger
2025-04-27 00:14:55 +02:00
parent 09fb54f980
commit 4fc2461d7f
13 changed files with 1786 additions and 0 deletions

12
web/src/app.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link href="%sveltekit.assets%/favicon.png" rel="icon"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>