blob: affca0c7e351da3734675ac5995aacd908ce81e5 (
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="https://gitweb.mageia.org/software/infrastructure/mgapeople/">git://git.mageia.org/software/infrastructure/mgapeople</a>.
</div>
</body>
</html>
|