-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (32 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Magnetite</title>
<meta name="description" content="Magnetite Development">
<meta name="keywords" content="Magnetite, Development">
<meta name="author" content="Magnetite">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="materialize.css">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<nav>
<div class="nav-wrapper">
<a href="#" class="brand-logo">Magnetite</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="">Contact</a></li>
<li><a href="">About</a></li>
</ul>
</div>
</nav>
<body>
<h1>Under Construction</h1>
<h3>Links</h3>
<div class="divider"></div>
<div class="section">
<a class="waves-effect waves-light btn-large" href="https://github.com/MagnetiteMC"><i class="material-icons left"><img class="github-img" src="images/GitHub-Mark-32px.png"></i>Github</a>
<a class="waves-effect waves-light btn-large" href="https://youtube.com/MagnetiteMC"><i class="material-icons left"><img src="images/yt_icon_mono_light.png" width="32" height="22.5"></i>Youtube</a>
<a class="waves-effect waves-light btn-large" href="https://twitter.com/Magnetite_MC"><i class="material-icons left"><img src="images/Twitter.png" class="twitter-img" width="32" height="32"></i>Twitter</a>
</div>
</body>
</html>