-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
42 lines (42 loc) · 1.42 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>
<title>Maryland Mesh</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div class="header">
<ul>
<a href="." class="active"><li>Home</li></a>
<a href="contact/"><li>Contact</li></a>
<a href="documentation/"><li>Documentation</li></a>
<a href="install/"><li>Install</li></a>
<a href="http://map.maryland.projectmeshnet.org/"><li>Map</li></a>
<a href="https://wiki.projectmeshnet.org/Main_Page"><li>Wiki</li></a>
</ul>
</div>
<div class="big">
<h1>Maryland Mesh</h1>
<h3>Creating a decentralized network built on secure protocols for routing traffic over private mesh or public internetworks independent of a central supporting infrastructure.</h3>
<br/><br/>
<a href="http://map.maryland.projectmeshnet.org" class="button">Map of Active Nodes</a>
</div>
<div class="big big_m">
<h3>We believe that a network should be free and</h3>
<h1>Everyone deserves access</h1>
</div>
<div class="big">
<h2>Supported Operating Systems</h2>
<br/>
<img src="assets/img/mac.png">
<img src="assets/img/linux.png">
<img src="assets/img/android.png">
<br/><br/><br/>
<a href="install/" class="button">Full List of Install Guides</a>
</div>
<div class="foot">
© 2013 Maryland Mesh
</div>
</body>
</html>