-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchive.html
More file actions
70 lines (69 loc) · 3.1 KB
/
archive.html
File metadata and controls
70 lines (69 loc) · 3.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>The Wintersmith's blog
</title>
<link rel="alternate" href="http://localhost:8080/feed.xml" type="application/rss+xml" title="Ramblings of an immor(t)al demigod">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Anonymous+Pro:400,700,400italic,700italic|Merriweather:400,700,300">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<header class="header">
<div class="content-wrap">
<div class="logo">
<h1><a href="http://localhost:8080">The Wintersmith's blog</a></h1>
<p class="description">Ramblings of an immor(t)al demigod</p>
</div>
</div>
</header>
<div id="content">
<div class="content-wrap">
<section class="archive">
<h2>Archive</h2>
<ul>
<li><span style="line-height:4.4em" class="year-label">2013</span>
<ul style="margin-left:4em">
<li><span style="line-height:4.4em" class="month-label">April</span>
<ul style="margin-left:7em">
<li style="height:2.2em;line-height:2.2em;"><a href="/articles/hello-world/">README</a></li>
<li style="height:2.2em;line-height:2.2em;"><a href="/articles/red-herring/">A red herring</a></li>
</ul>
</li>
</ul>
</li>
<li><span style="line-height:6.6000000000000005em" class="year-label">2012</span>
<ul style="margin-left:4em">
<li><span style="line-height:2.2em" class="month-label">October</span>
<ul style="margin-left:7em">
<li style="height:2.2em;line-height:2.2em;"><a href="/articles/another-test/">Code and stuff!</a></li>
</ul>
</li>
<li><span style="line-height:4.4em" class="month-label">February</span>
<ul style="margin-left:7em">
<li style="height:2.2em;line-height:2.2em;"><a href="/articles/markdown-syntax/">Markdown syntax</a></li>
<li style="height:2.2em;line-height:2.2em;"><a href="/articles/bamboo-cutter/">Taketori Monogatari</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>
<footer>
<div class="content-wrap">
<section class="about"><p>Wintersmith is made by <a href="http://johan-nordberg.com/">Johan Nordberg</a> and licensed under the <a href="http://opensource.org/licenses/MIT">MIT-license</a>.
This footer text can be edited in about.md</p>
<p>This is my test website. It’s based on Wintersmith.</p>
</section>
<section class="copy">
<p>© 2014 Someone — powered by <a href="https://github.com/jnordberg/wintersmith">Wintersmith</a>
</p>
</section>
</div>
</footer>
</body>
</html>