Add header

This commit is contained in:
Caleb
2025-05-15 23:32:35 -04:00
committed by Cooper Quintin
parent 96a02763e4
commit 643fa9f979
3 changed files with 7 additions and 5 deletions

View File

@@ -7,6 +7,6 @@
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
<div style="display: contents" class="m-4 xl:m-8">%sveltekit.body%</div>
</body>
</html>