aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/html
blob: 21f95814fd3a0e6288e808f67a6ce4e73ba3e54c (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 xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr">
<head>
    <meta charset="utf-8" />
    <title>[% template.title or site.title or c.config.apptitle %]</title>
    <meta name="description" content="Mageia.org online user account panel" />
    <meta name="keywords" content="mageia, user, account, password" />
    <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" />
</head>
<body>
[% content %]
</body>
</html>