aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/index.html
blob: c9235c069a80cbf886d17d761e1877ea343fe61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>[% config.sitename %]</title>
        [%- INCLUDE head.html -%]
    </head>
    <body>
        [%- INCLUDE body_top.html -%]
        <h1 id='mgnavt'>[% config.sitename %]</h1>

        <div class='content'>
            <h2><a href="g/">Groups</a></h2>

            <h2><a href="u/">Users</a></h2>

            Source code for this website is available on <a href="http://gitweb.mageia.org/software/infrastructure/mgapeople/">git://git.mageia.org/software/infrastructure/mgapeople</a>.
        </div>
    </body>
</html>