-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 1.75 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>
<head>
<meta charset="utf-8">
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/index.css">
<link href="https://fonts.googleapis.com/css?family=Archivo+Black|Judson:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,500" rel="stylesheet">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</head>
<body>
<nav>
<input type="checkbox", id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<label class="logo">
<img src="css/images/logo/namespace1ico_trans.png" alt="logo"/>
namespace.media
</label>
<ul>
<li><a href="#" class="active">Home</a></li>
<li><a href="../namespaceMEDIA/encrypt/encrypt.html">Encrypt</a>
<ul>
<li><a href="https://store.steampowered.com/app/1314840/encrypt/">Download</a></li>
<li><a href="https://steamcommunity.com/app/1314840/workshop/">Stages</a></li>
</ul>
</li>
<li><a href="#">Community & Support</a>
<ul>
<li><a href="https://discord.gg/6385g6T">Discord</a></li>
<li><a href="https://steamcommunity.com/app/1314840">Steam</a></li>
</ul>
</li>
</ul>
</nav>
<section>
<h1>This Page is currently under construction!</br>Check back later.</h1>
</section>
</body>
</html>