-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (27 loc) · 1.34 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en" data-theme="dracula-skyhouse">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="twitter:image:src" content="%PUBLIC_URL%/src/assets/shaderbg.webp" />
<meta name="twitter:site" content="@skyblock-tools" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Skyhouse" />
<meta name="twitter:description" content="A auction flipper for the game Skyblock on Hypixel, please join the Skyblock Tools discord server for more info" />
<meta property="og:image" content="%PUBLIC_URL%/src/assets/shaderbg.webp" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="675" />
<meta property="og:image:alt" content="Skyhouse" />
<meta property="og:site_name" content="Skyhouse" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Skyhouse" />
<meta property="og:url" content="https://skyblock.tools" />
<meta property="og:description" content="A auction flipper for the game Skyblock on Hypixel, please join the Skyblock Tools discord server for more info" />
<title>Skyhouse</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>