aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/files/maintenance.html
blob: 5a2c3a7c93a2b08985189619a82a4faabc7d88cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <title>Website under maintenance</title>
        <link rel="stylesheet" href="css/site.css" type="text/css" />
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    </head>
    <body>
        Website under maintenance.
        See <a href="http://blog.mageia.org/en/2013/05/03/planned-maintenance-on-mageia-servers-this-weekend/">this page</a> for more details.
    </body>
</html>