-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
39 lines (39 loc) · 1.58 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
31
32
33
34
35
36
37
38
39
<!doctype html>
<html>
<head>
<title>Hypixel API • Reborn</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta property="og:url" content="https://hypixel-api-reborn.github.io" />
<meta property="og:title" content="Hypixel API • Reborn" />
<meta property="og:description" content="hypixel-api-reborn is a feature-rich Hypixel API wrapper for Node.js" />
<meta name="theme-color" content="#ff8c00" />
<meta name="twitter:card" content="summary_large_image" />
<!-- <link rel="manifest" href="/static/manifest.json" /> -->
<link rel="icon" type="image/x-icon" href="/static/favicon.png" />
<link
rel="stylesheet"
type="text/css"
href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<script
type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"
async></script>
<link href="/static/css/app.a4b72a17fe8e6b407c85d776d0544176.css" rel="stylesheet" />
</head>
<body>
<div id="app"></div>
<script>
if ('serviceWorker' in navigator) {
try {
navigator.serviceWorker.register('/sw.js');
} catch (e) {
console.log(e);
}
}
</script>
<script type="text/javascript" src="/static/js/manifest.14a76fad9b304f57d579.js"></script>
<script type="text/javascript" src="/static/js/vendor.a81ec7794b03880c2b4c.js"></script>
<script type="text/javascript" src="/static/js/app.57415532c8b2bfbb0ae5.js"></script>
</body>
</html>