blob: dada85f1795494d9a01501d334f0b9200e213179 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<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>
Source code for this website is available on <a href="http://svnweb.mageia.org/soft/mgapeople/">svn://svn.mageia.org/svn/soft/mgapeople/</a>.
</body>
</html>
|