-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2012.html
More file actions
49 lines (31 loc) · 823 Bytes
/
2012.html
File metadata and controls
49 lines (31 loc) · 823 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
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv='X-UA-Compatible' content='IE=edge;chrome=1' />
</head>
<body>
<div id="main" role="main">
<h1>Archive for
2012
</h1>
<ul>
<li><a href="/2012/01/01/example-article.html">Example Article</a> <span>Jan 1</span></li>
</ul>
</div>
<aside>
<h2>Recent Articles</h2>
<ol>
<li><a href="/2012/01/01/example-article.html">Example Article</a> <span>Jan 1</span></li>
</ol>
<h2>Tags</h2>
<ol>
<li><a href="/tags/example.html">example (1)</a></li>
</ol>
<h2>By Year</h2>
<ol>
<li><a href="/2012.html">2012 (1)</a></li>
</ol>
</aside>
</body>
</html>