wip: scaffolding + types + styles

This commit is contained in:
2026-04-12 21:22:34 -04:00
parent 5988f807ba
commit fcf80638e1
18 changed files with 1667 additions and 4 deletions

12
src/app.html Normal file
View File

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