-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (41 loc) · 2.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bastion: Coming soon.</title>
<link rel="icon" type="image/icon" href="assets/textures/favico.ico">
<link href="./style.css" type="text/css" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3YJCXJKC1Y"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3YJCXJKC1Y');
</script>
</head>
<body>
<div class="discord_iframe">
<iframe src="https://canary.discord.com/widget?id=1004681981151420508&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
<div class="github_iframe">
<github-profile-widget username="GeoDoo"></github-profile-widget>
<script src="https://npmcdn.com/github-profile-widget@<version-you-want>/github-profile-widget.js"></script>
</div>
<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="comingSoon">WE'RE SO<br>BACK BABY</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>