-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (31 loc) · 1014 Bytes
/
index.html
File metadata and controls
37 lines (31 loc) · 1014 Bytes
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
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title>Blog | verm666's blog</title>
<link href="http://fonts.googleapis.com/css?family=Vollkorn&subset=latin" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/static/style.css" type="text/css">
<link href="/feed.atom" rel="alternate" title="Recent Blog Posts" type="application/atom+xml">
</head>
<body>
<div class=container>
<div class=header>
<a href="/">verm666</a>'s blog
</div>
<div class=navigation>
<ul>
<li><a href="/">blog</a>
<li><a href="/archive/">archive</a>
<li><a href="/tags/">tags</a>
</ul>
</div>
<div class=body>
</div>
<div class=footer>
<a href="http://twitter.com/verm666">twitter</a>,
<a href="http://github.com/verm666">github</a>,
<a href="/feed.atom" rel="alternate" title="Recent Blog Posts">feed</a>
</div>
</div>
</body>
</html>