blob: b9273a647c01c1a2ba138cbeeb9d7aee92fadb1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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" />
%sveltekit.head%
</head>
<body>
%sveltekit.body%
</body>
</html>
|