summaryrefslogtreecommitdiff
path: root/templates/default.html
blob: 77b02e20dda2f9baf2c15fb9a89c1df6e47929d6 (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
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <meta http-equiv="Content-Language" content="en" />
        <meta name="viewport" content="width=device-width" />
        <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" media="screen" type="text/css" href="/css/reset.css" />
        <link rel="stylesheet" media="screen" type="text/css" href="/css/screen.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="index">
        <a href="/" title="show index"><img alt="logo" src="/images/logo.png"/></a>
      </div>

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