12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?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>$title$ :: john's blog</title>
- <link rel="stylesheet" type="text/css" href="/css/default.css" />
- <script type="text/javascript"
- src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
- </script>
- <script>
- MathJax.Hub.Config({
- jax: ["input/TeX","output/HTML-CSS"],
- displayAlign: "left",
- displayIndent: "10%"
- });
- </script>
- </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">
- All content copyright 2016-2018, john melesky, unless otherwise noted.
- </div>
- </body>
- </html>
|