-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
47 lines (38 loc) · 1.34 KB
/
contact.html
File metadata and controls
47 lines (38 loc) · 1.34 KB
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 | Contact</title>
<meta name="description" content="Contact 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" class="current disable">Contact</a></li>
</ul>
<ul class="right">
<li><a href="get_landing.html">Get ZeroG</a></li>
</ul>
</div>
</div>
<div id="main">
<div class="section content">
<h2>Need to get in Contact?</h2>
<p>Contact us on github</p>
</div>
</div>
<div id="footer" class="content">
<p>©2022 ZeroG Networks</P>
</div>
</body>
</html>