-
Notifications
You must be signed in to change notification settings - Fork 0
/
get_landing.html
47 lines (38 loc) · 1.34 KB
/
get_landing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ZeroG | Get ZeroG</title>
<meta name="description" content="Download ZeroG Networks: an adroid app for Infrastructureless Messaging">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" media="screen" href="css/general.css">
<link rel="stylesheet" media="screen" href="css/header.css">
<link rel="stylesheet" media="screen" href="css/main.css">
<link rel="stylesheet" media="screen" href="css/footer.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<div id="header">
<div id="nav" class="content">
<ul class="left">
<li><a href="index.html"><img src="images/simple_icon.svg" /> ZeroG</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<ul class="right">
<li><a href="get_landing.html" class="current disable">Get ZeroG</a></li>
</ul>
</div>
</div>
<div id="main">
<div class="section content">
<h2>Coming Soon</h2>
<p>Checkback soon to get ZeroG!</p>
</div>
</div>
<div id="footer" class="content">
<p>©2022 ZeroG Networks</P>
</div>
</body>
</html>