-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (49 loc) · 2.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--<link rel="stylesheet" type="text/css" href="https://unpkg.com/bulma-prefers-dark" />-->
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Craftions Voting</title>
</head>
<body>
<section class="section">
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="https://bulma.io">
<img src="craftions.png" width="32" height="32">
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item">
Craftions
</a>
<a class="navbar-item">
Home
</a>
</div>
<div class="navbar-end">
<div class="navbar-item">
<div class="buttons">
<a class="button is-link">
Discord
</a>
</div>
</div>
</div>
</div>
</nav>
<div class="footer">
<div class="has-text-centered content"><p>Copyright © 2020-2021<a href="/"> Craftions</a>. All rights reserved.<br>The website is licensed <a href="https://choosealicense.com/licenses/gpl-3.0/" target="_blank" rel="noreferrer">GPL-3.0-only</a>. <br><br><div class="footer-links"><a style="color: #FF3860;" href="https://github.com/CraftionsMC" target="_blank" rel="noreferrer">GitHub</a><em>•</em><a style="color: #FF3860;" href="https://twitter.com/CraftionsMC" target="_blank" rel="noreferrer">Twitter</a><em>•</em><a style="color: #FF3860;" href="https://discord.gg/udNjE2BxGW" target="_blank" rel="noreferrer">Discord</a><br><a style="color: #FF3860;" href="https://mctzock.de/legal/imprint" target="_blank" rel="noreferrer">Imprint</a><em>•</em><a style="color: #FF3860;" href="https://mctzock.de/legal/privacy" target="_blank" rel="noreferrer">Privacy</a></div></p></div>
</div>
</section>
</body>
</html>