summaryrefslogtreecommitdiffstats
path: root/HTML/index.html
blob: 387660e52dcdcfdcffa91b80715d7113425ddf2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="#LANG">
<head>
    <meta charset="utf-8">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="0">
    <meta http-equiv="Cache-Control" content="no-cache">
    <meta name="product:id" content="#PRODUCT_ID">
    <title>Mageia</title>
    <style>
    html { margin: 0; background-color: #e6e4e0; }
    body { margin: 0 auto; padding: 0 0 2em 0; width: 810px; text-align: center; }
    a { text-decoration: none; }
    h1 { margin: 0 0 2em 0; }
    img { border: 0; }
    </style>
    <base href="/usr/share/indexhtml/">
    <script type="text/javascript" src="script.js"></script>
</head>
<body onload="try{new StartPage('https://start.mageia.org/').run();}catch(e){}">
    <h1><a href="https://start.mageia.org/?ssp"><img src="images/logo_mageia.png" alt="Mageia"></a></h1>
</body>
</html>