default.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. <script type="text/javascript"
  10. src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
  11. </script>
  12. </head>
  13. <body>
  14. <div id="header">
  15. <div id="logo">
  16. <a href="/">John's Corner of the Web</a>
  17. </div>
  18. </div>
  19. <div id="navigation">
  20. <a href="/">Home</a><br/>
  21. <a href="/about.html">About</a><br/>
  22. <a href="/work.html">Work</a><br/>
  23. <a href="/talks.html">Talks</a><br/>
  24. <a href="/stuff.html">Stuff</a><br/>
  25. <a href="/archive.html">Archive</a><br/>
  26. </div>
  27. <div id="content">
  28. <h1>$title$</h1>
  29. $body$
  30. </div>
  31. <div id="footer">
  32. All content copyright 2016, john melesky, unless otherwise noted.
  33. </div>
  34. </body>
  35. </html>