mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web: fix sveltekit warning about body directly in <body>
This commit is contained in:
parent
d0f78eda53
commit
9c4a4fb5a1
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue