-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
50 lines (47 loc) · 1.26 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
43
44
45
46
47
48
49
<!doctype html>
<html lang="en">
<head>
<title>Mode Set</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="A Software Development Consultancy">
<meta name="author" content="mode set">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="container">
<div id="content">
<a href="http://www.modeset.com/">
<img class="logo" src="/images/modeset-logo.png" alt="mode set"/>
</a>
</div>
<div id='footer'>
<ul>
<li>
<small>©</small> 2013 Mode Set, LLC
</li>
<li>
<a href='http://modeset.com/'>modeset.com</a>
</li>
<li>
<a href='mailto:[email protected]'>info<small>@</small>modeset.com</a>
</li>
<li>
<a href='http://twitter.com/modeset_'>twitter.com/modeset_</a>
</li>
<li>
<a href='http://github.com/modeset'>github.com/modeset</a>
</li>
<li>
phone:
<a href='tel:720-440-2487'>720.440.BITS</a>
</li>
<li>
<div class='img'></div>
</li>
</ul>
</div>
</div>
</body>
</html>