web: fix sveltekit warning about body directly in <body>

This commit is contained in:
dumbmoron 2024-07-03 17:06:27 +00:00
parent d0f78eda53
commit 9c4a4fb5a1
No known key found for this signature in database

View file

@ -18,6 +18,8 @@
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" data-sveltekit-preload-code="eager" style="background-color: black">
%sveltekit.body%
<div style="display: contents">
%sveltekit.body%
</div>
</body>
</html>