aboutsummaryrefslogtreecommitdiff
path: root/src/app.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.html')
-rw-r--r--src/app.html27
1 files changed, 15 insertions, 12 deletions
diff --git a/src/app.html b/src/app.html
index e0a73a9..b9273a6 100644
--- a/src/app.html
+++ b/src/app.html
@@ -1,14 +1,17 @@
<!DOCTYPE html>
<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <meta name="theme-color" content="#010101">
- <meta property="og:site_name" content="Hypixel SkyBlock Stats">
- <meta property="og:type" content="website"/>
- %svelte.head%
- </head>
- <body>
- %svelte.body%
- </body>
-</html>
+
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ <meta name="theme-color" content="#010101">
+ <meta property="og:site_name" content="Hypixel SkyBlock Stats">
+ <meta property="og:type" content="website" />
+ %sveltekit.head%
+</head>
+
+<body>
+ %sveltekit.body%
+</body>
+
+</html> \ No newline at end of file