First page

This commit is contained in:
2023-02-17 15:43:26 -05:00
parent 87a15b7095
commit a76a6a0fdf
11 changed files with 236 additions and 6 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="container">%sveltekit.body%</div>
</body>
</html>