aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..ca7d1b1
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,29 @@
+<html>
+ <head>
+ <title>octopus | index</title>
+ <link href="/static/main.css" rel="stylesheet">
+ </head>
+ <body>
+ <div class="wrapper">
+ <header>
+ <div class="nav">
+ <img src="/static/octopus.png" />
+ <h1>{{ base.sitename }}</h1>
+ </div>
+ <div class="nav">
+ <a href="">Overview</a>
+ <a href="">File Browser</a>
+ <a href="">Wiki</a>
+ </div>
+ </header>
+
+ <div class="wrap">
+ <div class="content">
+ {{ readme }}
+ </div>
+ </div>
+
+
+ </div>
+ </body>
+</html>