diff options
Diffstat (limited to 'templates/default.html')
-rw-r--r-- | templates/default.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/templates/default.html b/templates/default.html deleted file mode 100644 index 77b02e2..0000000 --- a/templates/default.html +++ /dev/null @@ -1,29 +0,0 @@ -<!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> |