-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy patharchives.html
111 lines (50 loc) · 1.2 KB
/
archives.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>archives</title>
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="local.css" type="text/css" />
</head>
<body>
<div class="page">
<div class="pageheader">
<div class="header">
<span>
<span class="parentlinks">
<a href="./index.html">freetrader's blog</a>/
</span>
<span class="title">
archives
</span>
</span>
</div>
</div>
<div id="pagebody">
<div id="content">
<p>Browse through blog archives by year:</p>
<div class="map">
<ul>
<li><a href="./archives/2016.html" class="mapitem">2016</a>
</li>
</ul>
</div>
</div>
</div>
<div id="footer" class="pagefooter">
<div id="pageinfo">
<div id="backlinks">
Links:
<a href="./sidebar.html">sidebar</a>
</div>
<div class="pagedate">
Last edited <span class="date">Tue 23 Aug 2016 12:08:02 CEST</span>
<!-- Created <span class="date">Tue 23 Aug 2016 12:08:02 CEST</span> -->
</div>
</div>
<!-- from freetrader's blog -->
</div>
</div>
</body>
</html>