summaryrefslogtreecommitdiff
path: root/templates/default.html
blob: 3a3ad0357688391157fd46de6eb8f8645e13085f (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head profile="http://www.w3.org/2005/10/profile">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <meta name='viewport' content='width=320' />
        <title>rekado - $title$</title>
        <link rel="openid2.provider" href="https://openid.stackexchange.com/openid/provider" />
        <link rel="openid2.local_id" href="https://openid.stackexchange.com/user/0f8f09d4-a2f3-429f-8752-b53a328c255c" />
        <link rel="stylesheet" type="text/css" href="/css/reset.css" />
        <link rel="stylesheet" type="text/css" href="/css/screen.css" />
        <link rel="stylesheet" type="text/css" href="/css/mobile.css" />
        <link rel="shortcut icon" href="http://elephly.net/favicon.ico" />
        <script type="text/javascript" src="/js/libs/jquery-1.6.2.min.js"></script>
        <script type="text/javascript" src="/js/deobfuscate.js"></script>
        <script type="text/javascript" src="/js/hyphenator/Hyphenator.js"></script>
        <script type="text/javascript">
          Hyphenator.run();
        </script>
    </head>
    <body id="top">
      <div id="navigation">
        <a href="/"><img id="logo" alt="logo" src="/images/logo.png"/></a>
        <ul>
          <li><a href="/about.html">About</a></li>
          <li><a href="/projects.html">Projects</a></li>
          <li><a href="/ecology.html">Ecology</a></li>
          <li><a href="/posts">Blog</a></li>
          <li><a href="/elephly.html">Elephly</a></li>
          <li><a href="/fur-man.html">Fur man</a></li>
        </ul>
      </div>

      <div id="page" class="hyphenate">
          $body$
      </div>
    </body>
</html>