Commit
β’
2c16eda
1
Parent(s):
d38ac2f
π Fix layout
Browse files- src/app.html +1 -1
src/app.html
CHANGED
@@ -7,6 +7,6 @@
|
|
7 |
%sveltekit.head%
|
8 |
</head>
|
9 |
<body data-sveltekit-prefetch>
|
10 |
-
|
11 |
</body>
|
12 |
</html>
|
|
|
7 |
%sveltekit.head%
|
8 |
</head>
|
9 |
<body data-sveltekit-prefetch>
|
10 |
+
%sveltekit.body%
|
11 |
</body>
|
12 |
</html>
|