default.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <title>$title$ :: john's blog</title>
  8. <link rel="stylesheet" type="text/css" href="/css/default.css" />
  9. </head>
  10. <body>
  11. <div id="header">
  12. <div id="logo">
  13. <a href="/">John's Corner of the Web</a>
  14. </div>
  15. </div>
  16. <div id="navigation">
  17. <a href="/">Home</a><br/>
  18. <a href="/about.html">About</a><br/>
  19. <a href="/work.html">Work</a><br/>
  20. <a href="/talks.html">Talks</a><br/>
  21. <a href="/stuff.html">Stuff</a><br/>
  22. <a href="/archive.html">Archive</a><br/>
  23. </div>
  24. <div id="content">
  25. <h1>$title$</h1>
  26. $body$
  27. </div>
  28. <div id="footer">
  29. All content copyright 2016, john melesky, unless otherwise noted.
  30. </div>
  31. </body>
  32. </html>