style: adding a very simple style
[treecutter.git] / style / simple / index.en.html.tmpl
diff --git a/style/simple/index.en.html.tmpl b/style/simple/index.en.html.tmpl
new file mode 100644 (file)
index 0000000..676458c
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml"
+      lang="en">
+  <head>
+    <meta charset="utf-8" />
+    <title>$title</title>
+    <link rel="stylesheet" href="/css/css.css" type="text/css" />
+  </head>
+  <body>
+    <nav>
+    $menu
+    </nav>
+    <article>
+    $article
+    </article>
+  </body>
+</html>