We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee139b commit 21aadbfCopy full SHA for 21aadbf
components/svelte/src/app.html
@@ -1,13 +1,13 @@
1
<!doctype html>
2
<html lang="en">
3
-<head>
4
- <meta charset="utf-8"/>
5
- <link rel="icon" href="%sveltekit.assets%/favicon.png"/>
6
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
7
- <title>%sveltekit.title%</title>
8
- %sveltekit.head%
9
-</head>
10
-<body data-sveltekit-preload-data="hover">
11
-<div>%sveltekit.body%</div>
12
-</body>
+ <head>
+ <meta charset="utf-8" />
+ <link rel="icon" href="%sveltekit.assets%/favicon.png" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <title>%sveltekit.title%</title>
+ %sveltekit.head%
+ </head>
+ <body data-sveltekit-preload-data="hover">
+ <div>%sveltekit.body%</div>
+ </body>
13
</html>
0 commit comments