Update src/app.html

Co-authored-by: thenbe <33713262+thenbe@users.noreply.github.com>
This commit is contained in:
Ryan Gossiaux
2023-06-14 18:22:16 -07:00
parent ed74b679e2
commit b106f7fc6e

View File

@@ -8,6 +8,6 @@
%sveltekit.head% %sveltekit.head%
</head> </head>
<body> <body>
<div id="svelte">%sveltekit.body%</div> <div style="display: contents">%sveltekit.body%</div>
</body> </body>
</html> </html>