summaryrefslogtreecommitdiffstats
path: root/HTML/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'HTML/index.html')
-rw-r--r--HTML/index.html54
1 files changed, 25 insertions, 29 deletions
diff --git a/HTML/index.html b/HTML/index.html
index 0db5139..98a7e5e 100644
--- a/HTML/index.html
+++ b/HTML/index.html
@@ -1,30 +1,26 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="#LANG" xml:lang="#LANG">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
- <meta http-equiv="Content-Style-Type" content="text/css" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Expires" content="0" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta name="mdv:release" content="#MDV_RELEASE" />
- <meta name="mdv:product" content="#MDV_PRODUCT" />
- <meta name="mdv:pack" content="#MDV_PACK" />
- <title>Mandriva Linux</title>
- <link rel="stylesheet" type="text/css" media="screen, projection" href="file:///usr/share/mdk/indexhtml/screen.css" />
- <link rel="stylesheet" type="text/css" media="print, handheld" href="file:///usr/share/mdk/indexhtml/print.css" />
- <script type="text/javascript" src="file:///usr/share/mdk/indexhtml/script.js"></script>
- </head>
- <body onload="try{run();}catch(e){}">
- <div id="page">
- <h1><a href="http://www.mandriva.com/"><span>Mandriva</span></a></h1>
- <ul>
- <li id="mandriva_com"><a href="http://www.mandriva.com/"><span>Mandriva</span></a></li>
- <li id="store"><a href="http://store.mandriva.com/"><span>store.mandriva.com</span></a></li>
- <li id="support"><a href="http://support.mandriva.com/"><span>support.mandriva.com</span></a></li>
- </ul>
- </div>
- </body>
-</html>
+<!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 { background-color: #eee; margin: 0; }
+ body { margin: 0 auto; width: 800px; height: 600px; }
+ body.offline { background: url(images/offline-bg.png) no-repeat; }
+ body.offline h1 span { display: none; }
+ body.offline h1 a { display: block; width: 800px; height: 600px; }
+ h1 { margin: 0; }
+ </style>
+ <script type="text/javascript" src="script.js"></script>
+</head>
+<body onload="try{new StartPage('http://start.mageia.org/',
+'http://static.mageia.org/g/images/indexhtml_online_pixel.png').run();
+}catch(e){}">
+ <h1><a href="http://www.mageia.org/"><span>Mageia</span></a></h1>
+</body>
+</html> \ No newline at end of file