28 lines
982 B
HTML
28 lines
982 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>A Pelican Blog</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 -->
|
||
|
<section id="content">
|
||
|
<h2>All articles</h2>
|
||
|
|
||
|
<ol id="post-list">
|
||
|
</ol><!-- /#posts-list -->
|
||
|
</section><!-- /#content -->
|
||
|
<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>
|