chore!: adds sveltekit scaffold

This commit is contained in:
Lewis Wynne 2026-03-23 15:57:51 +00:00
parent 4d92d2fa5a
commit 246c7275fd
15 changed files with 3420 additions and 262 deletions

11
src/app.html Normal file
View file

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