aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/html
blob: a36387068fa4859973c797bd1fec58dec4fbb35c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
    <meta charset="utf-8">
    <title>[% template.title or site.title or c.config.apptitle %]</title>
    <meta name="description" content="[% template.title or site.title or c.config.apptitle %]">
    <meta name="keywords" content="mageia, user, account, password, compte, accès, identity, identité, utilisateur, participate, participez, contribute">
    <meta name="robots" content="index,nofollow">
    <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css">
    <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css">
    <link rel="stylesheet" type="text/css" href="/static/style/ttsite.css">
    <link rel="icon" type="image/png" href="/g/favicon.png">
</head>
<body class="you">
    [% PROCESS template/header %]
    <div id="mgnavdoc">
        [% content %]
        [% PROCESS template/footer %]
    </div>
    <script src="//nav.mageia.org/js/"></script>
</body>
</html>