1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>john melesky - $title$</title>
- <link rel="stylesheet" type="text/css" href="/css/default.css" />
- </head>
- <body>
- <div id="header">
- <div id="logo">
- <a href="/">John's Corner of the Web</a>
- </div>
- </div>
- <div id="navigation">
- <a href="/">Home</a><br/>
- <a href="/about.html">About</a><br/>
- <a href="/work.html">Work</a><br/>
- <a href="/talks.html">Talks</a><br/>
- <a href="/stuff.html">Stuff</a><br/>
- <a href="/archive.html">Archive</a><br/>
- </div>
-
- <div id="content">
- <h1>$title$</h1>
- $body$
- </div>
- <div id="footer">
- Site proudly generated by
- <a href="http://jaspervdj.be/hakyll">Hakyll</a>
- </div>
- </body>
- </html>
|