-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (29 loc) · 865 Bytes
/
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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="description" content="alex brothman">
<meta name="keywords" content="alex,brothman,alexbrothman">
<meta name="author" content="alex brothman">
<title>alex brothman</title>
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="stylesheet" href="css/style.css">
</head>
<div class="content">
<body>
<nav>
<ul class="no-bullets">
<li><b>index</b></li>
<li><a href="/about">about</a></li>
<li><a href="https://github.com/alexbrothman">github</a></li>
<li><a href="https://twitter.com/alexbrothman">twitter</a></li>
</ul>
</nav>
<div class="main">
</div>
</body>
</div>
<footer class="footer">
<p>© 2015<script>new Date().getFullYear()>2015&&document.write("-"+new Date().getFullYear());</script>, alex brothman.</p>
</footer>
</html>