-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
82 lines (78 loc) · 2.67 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#161417" />
<meta
name="description"
content="Hades' Vault, an inescapable prison made in Minecraft."
/>
<meta name="robots" content="index,follow" />
<link
rel="preload"
href="./static/font/MinecraftRegular-Bmg3.otf"
as="font"
crossorigin="anonymous"
/>
<link rel="preload" href="./static/style/index.css" as="style" />
<link rel="preload" href="./static/js/index.js" as="script" />
<link rel="preload" href="./static/img/header.png" as="image" />
<link rel="icon" sizes="64x64" href="./static/img/icon.png" />
<link rel="stylesheet" href="./static/style/index.css" />
<script src="https://cdn.jsdelivr.net/npm/vue@2/dist/vue.min.js"></script>
<script defer src="./static/js/index.js"></script>
<title>Hades' Vault Official Website</title>
</head>
<body>
<div id="Page">
<div id="PageHeader">
<div id="Title">
<h1>Hades' Vault</h1>
<h2>The best Minecraft prison without Area Bans.</h2>
</div>
<div id="Download">
<a
class="DownloadButton"
target="_blank"
href="https://github.com/TheDeafCreeper/Hades-Vault/releases/download/v19/Hades.Vault.V19.zip"
rel="noopener"
>Download Map V19</a
><br />
<a
class="DownloadButton"
target="_blank"
href="https://github.com/TheDeafCreeper/Hades-Vault/releases/download/KenadianChallenge/Hades.Vault.KC.zip"
rel="noopener"
>Download Kenadian Challenge Version</a
><br />
<a
id="ReleasePageLink"
target="_blank"
href="https://github.com/TheDeafCreeper/Hades-Vault/releases"
rel="noopener"
>or visit the release page</a
>
</div>
<div id="Discord">
<p>Please join our discord servers as well</p>
<a
href="http://discord.thedeafcreeper.com"
id="TheDeafCreeper"
title="Go to Deaf's Discord server"
></a>
<a
href="https://discord.gg/BYhFJxN6yb"
id="SeenSven"
title="Go to SeenSven's Discord server"
></a>
</div>
</div>
<div id="PageFooter">
<h3>Thanks to Jerrylum for making the original design of this page!</h3>
<h3>Page modified by TheDeafCreeper.</h3>
</div>
</div>
</body>
</html>