-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchive.html
More file actions
52 lines (50 loc) · 1.36 KB
/
archive.html
File metadata and controls
52 lines (50 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link rel="stylesheet" href="stylesheets/style.css"/>
<link rel="stylesheet" href="stylesheets/archivestyle.css"/>
<link rel="icon" type="image/png" href="http://spartakode.com/resources/images/favicon.png">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<div class="nav nav-top" >
<h1 class="main-header">The Spartan Archives</h1>
<nav>
<ul class="nav-links">
<li class="nav-links nav-top">
<a href="http://blog.spartakode.com/">Home</a>
</li>
<li class="nav-links nav-top">
<a href="/archive.html">Archive</a>
</li>
<li class="nav-links nav-top">
<a href="http://github.com/kiriappeee">Projects</a>
</li>
</ul>
</nav>
</div>
</header>
<article>
<div class="content archive-content">
<ul>
<li>
<h4>2013</h4>
<ul>
<li class="month">
<a href="archives/feb2013.html">February</a>
<ul class="articles">
<li>
<a href="posts/the-first-post.html">The First Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</article>
</body>
</html>