aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/index.html')
-rw-r--r--tmpl/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/tmpl/index.html b/tmpl/index.html
new file mode 100644
index 0000000..14d155d
--- /dev/null
+++ b/tmpl/index.html
@@ -0,0 +1,13 @@
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>[% config.sitename %]</title>
+ </head>
+ <body>
+ <h1>[% config.sitename %]</h1>
+
+ <h2><a href="g/">Groups</a></h2>
+
+ <h2><a href="u/">Users</a></h2>
+ </body>
+</html>