-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthors.html
44 lines (42 loc) · 1.53 KB
/
authors.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>LifeDebuger stuff - Authors</title>
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link href="/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="LifeDebuger stuff Full RSS Feed" />
<link rel="stylesheet" href="/theme/css/screen.css" type="text/css" />
<link rel="stylesheet" href="/theme/css/pygments.css" type="text/css" />
<link rel="stylesheet" href="/theme/css/print.css" type="text/css" media="print" />
<meta name="generator" content="Pelican" />
</head>
<body>
<header>
<nav>
<ul>
<li><a href="">Home</a></li>
</ul>
</nav>
<div class="header_box">
<h1><a href="">LifeDebuger stuff</a></h1>
</div>
</header>
<div id="wrapper">
<div id="content"> <h1>Authors on LifeDebuger stuff</h1>
<ul> <li><a href="/author/andrew-v.html">Andrew V.</a> (5)</li>
</ul>
<div class="clear"></div>
<footer>
<p>
<a href="https://github.com/jody-frankowski/blue-penguin">Blue Penguin</a> Theme
·
Powered by <a href="http://getpelican.com">Pelican</a>
·
<a href="/feeds/all.rss.xml" rel="alternate">Rss Feed</a>
</footer>
</div>
<div class="clear"></div>
</div>
</body>
</html>