aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/html
blob: abac43af5a017206f414105ea721e3fc47de0f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
    <meta charset="utf-8" />
    <title>[% template.title or site.title or c.config.apptitle %]</title>
    <meta content="description" value="Mageia.org online user account panel" />
    <meta content="keywords" value="mageia, user, account, password" />
    <meta content="robots" value="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" />
</head>
<body>
[% content %]
</body>
</html>