summaryrefslogtreecommitdiffstats
path: root/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html64
1 files changed, 64 insertions, 0 deletions
diff --git a/templates/default.html b/templates/default.html
new file mode 100644
index 0000000..db34114
--- /dev/null
+++ b/templates/default.html
@@ -0,0 +1,64 @@
+<!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" dir="ltr" lang="en-US">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <title>Universe Factory - $title$</title>
+
+ <link rel="stylesheet" id="lightword_stylesheet-css" href="/css/style.css" type="text/css" media="all" />
+ <link rel="stylesheet" id="lightword_stylesheet_original-css" href="/css/original.css" type="text/css" media="all" />
+ <style type="text/css">
+ #content-body, x:-moz-any-link, x:default {float:none; margin-right:25px;}
+ </style>
+ </head>
+
+ <body class="home blog">
+ <div id="wrapper">
+
+ <div id="top_cufon"><h1 id="logo"><a name="top" title="Universe Factory" href="/">Universe Factory</a> <small>Because one universe is not enough</small></h1></div>
+
+ <div id="header">
+ <a id="rss-feed" title="Syndicate this site using RSS" href="/feed/">Subscribe via RSS</a>
+
+ <div id="top_bar">
+ <div class="center_menu">
+ <ul id="front_menu" >
+ <li><a class="s" title="Home" href="/"><span>Home</span></a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div id="content">
+ <div id="content-body">
+ $body$
+
+ <!--<div class="newer_older">
+ <span class="newer">&nbsp;</span>
+ <span class="older">&nbsp;<a href="/2/" >Older Entries &raquo;</a></span>
+ </div>-->
+ </div>
+ <div class="content-sidebar">
+ <h3>Blogroll</h3>
+ <ul class="xoxo blogroll">
+ </ul>
+
+ <h3>Tags</h3><div class="tagcloud">
+ $tagcloud$
+ </div>
+ <h3>Archive</h3>
+ <ul>
+ $archive$
+ </ul>
+ </div><div class="clear"></div>
+ </div>
+ <div id="footer">
+ <span class="text">
+ Copyright &copy; 2012 <a href="http://blog.universe-factory.net/">Universe Factory</a> &middot; Powered by <a href="http://github.com/jaspervdj/hakyll" title="Hakyll">Hakyll</a><br/>
+ Based on <a href="http://www.lightword-design.com/" title="Lightword Theme">Lightword Theme</a> by Andrei Luca adapted for Hakyll
+ <a title="Go to top" class="top" href="#top">Go to top &uarr;</a>
+ </span>
+ </div>
+ </div>
+ </body>
+</html>