aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/index.html
blob: 14d155dbca5ae15694f61264c1519056ab567d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>