summaryrefslogtreecommitdiffstats
path: root/web/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/base.html')
-rw-r--r--web/templates/base.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/templates/base.html b/web/templates/base.html
new file mode 100644
index 0000000..afd3c68
--- /dev/null
+++ b/web/templates/base.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <link rel="stylesheet" type="text/css" href="/css/base.css" />
+ <script src="//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools.js"></script>
+</head>
+<body>
+ <div id="wrapper">
+ <div id="topbar">
+ <div id="title"></div>
+ <div id="nav">
+ </div>
+ </div>
+
+ {% block main %}{% end %}
+ </div>
+</body>
+</html>