25 lines
928 B
HTML
25 lines
928 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>A Pelican Blog - Authors</title>
|
||
|
<meta charset="utf-8" />
|
||
|
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Full Atom Feed" />
|
||
|
</head>
|
||
|
|
||
|
<body id="index" class="home">
|
||
|
<header id="banner" class="body">
|
||
|
<h1><a href="/">A Pelican Blog <strong></strong></a></h1>
|
||
|
</header><!-- /#banner -->
|
||
|
<nav id="menu"><ul>
|
||
|
</ul></nav><!-- /#menu -->
|
||
|
<h1>Authors on A Pelican Blog</h1>
|
||
|
<ul>
|
||
|
</ul>
|
||
|
<footer id="contentinfo" class="body">
|
||
|
<address id="about" class="vcard body">
|
||
|
Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
|
||
|
which takes great advantage of <a href="http://python.org">Python</a>.
|
||
|
</address><!-- /#about -->
|
||
|
</footer><!-- /#contentinfo -->
|
||
|
</body>
|
||
|
</html>
|