basic auth ui

This commit is contained in:
2024-10-31 01:14:25 -07:00
parent 1759f30358
commit aab19fa6c7
13 changed files with 232 additions and 4 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="flex flex-col min-h-screen">%sveltekit.body%</div>
</body>
</html>