-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
27 lines (27 loc) · 1.39 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 - Bastion</title>
<link rel="icon" type="image/icon" href="https://bastionmc.github.io/assets/textures/favico.ico" />
<link href="https://bastionmc.github.io/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="disclaimer">BASTION AND ALL IT'S PROJECTS ARE NOT AN OFFICIAL MINECRAFT PRODUCT. WE ARE NOT ASSOCIATED WITH MOJANG STUDIOS AND MICROSOFT IN ANY WAY.</div>
<div class="bastionLogo"></div>
<div class="error">Error 404</div>
<div class="errorDescription">Page not found.</div>
<div class="socials">
<div class="wantUpdates">Want to see updates?</div>
<div class="links">
<div class="youtube"><a href="https://www.youtube.com/@Bastion_MC" target="_blank">YouTube</a></div>
<div class="twitter"><a href="https://www.twitter.com/Bastion_MC" target="_blank">Twitter</a></div>
<div class="github"><a href="https://www.github.com/BastionMC" target="_blank">GitHub</a></div>
<div class="discord"><a href="https://discord.gg/KvZJGqMEhU" target="_blank">Discord</a></div>
<div class="tumblr"><a href="https://bastionmc.tumblr.com" target="_blank">tumblr</a></div>
</div>
</div>
<div class="background"></div>
</body>
</html>