aboutsummaryrefslogtreecommitdiffstats
path: root/root/html/includes/header.tt
blob: f957dd286adeec885dfe5ea48d41c7a938f723cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<!-- $Id$ -->
<head>
    <meta charset="utf-8">
    <title>Mageia mirrors database</title>
    <link rel="icon" type="image/png" href="//www.mageia.org/g/favicon.png">
    [% c.prototype.define_javascript_functions %]
</head>
<body>
    <h1>Mageia mirrors database</h1>

    <p id="menu">
        <span><a href="[% c.uri_for('/') %]">Mirrors list</a></span>
        | <span><a href="[% c.uri_for('/distrib') %]">Distributions list</a></span>
        | <span><a href="[% c.uri_for('/report') %]">Mirrors map</a></span>
        | <span><a href="[% c.uri_for('/status') %]">Mirrors status</a></span>
        | <span><a href="[% c.uri_for('/new') %]">Register a mirror url</a></span>
    </p>