/[soft]/indexhtml/trunk/HTML/index.html
ViewVC logotype

Contents of /indexhtml/trunk/HTML/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 711 - (show annotations) (download) (as text)
Sun Mar 20 13:49:52 2011 UTC (13 years, 1 month ago) by rda
File MIME type: text/html
File size: 1922 byte(s)
start page new theme + links
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE html>
3 <html lang="#LANG">
4 <head>
5 <meta charset="utf-8" />
6 <meta http-equiv="Pragma" content="no-cache" />
7 <meta http-equiv="Expires" content="0" />
8 <meta http-equiv="Cache-Control" content="no-cache" />
9 <meta name="product:id" content="#PRODUCT_ID" />
10 <title>Mageia</title>
11 <style>
12 html { margin: 0; background-color: #eee; }
13 body {
14 margin: 0 auto;
15 width: 810px;
16 text-align: center;
17 font-family: Helvetica, Verdana, Arial, sans-serif;
18 font-size: 80%;
19 }
20 body.offline { background: url(images/offline-bg.png) no-repeat; }
21 body.offline h1 span { display: none; }
22 a { text-decoration: none; }
23 h1 { margin: 0 0 2em 0; }
24 img { border: 0; }
25 .lx { margin: 0 auto 1.5em 0; padding: 0; }
26 .lx li { display: inline; border-right: 3px solid #ddd; padding: 0.3em 0.8em 0.3em 0.6em; }
27 .lx li:last-child { border: 0; }
28 </style>
29 <script type="text/javascript" src="script.js"></script>
30 </head>
31 <body onload="try{new StartPage('http://start.mageia.org/',
32 'http://static.mageia.org/g/images/indexhtml_online_pixel.png').run();
33 }catch(e){}">
34 <h1><a href="http://www.mageia.org/?ssp"><img src="images/logo_mageia.png" alt="Mageia" /></a></h1>
35 <ul class="lx">
36 <li><a href="http://forums.mageia.org/?ssp">Forums</a></li>
37 <li><a href="http://blog.mageia.org/?ssp">Blogs</a> &amp;
38 <a href="http://planet.mageia.org/?ssp">Planets</a></li>
39 <li><a href="http://mageia.org/contribute/?ssp">Contribute</a></li>
40 <li><a href="http://mageia.org/donate/?ssp">Donate</a></li>
41 </ul>
42 <ul class="lx">
43 <li><a href="http://mageia.org/?ssp">Mageia.Org</a></li>
44 <li><a href="http://mageia.org/about/?ssp">About</a></li>
45 <li><a href="http://mageia.org/support/?ssp">Need help?</a></li>
46 </ul>
47 </body>
48 </html>

  ViewVC Help
Powered by ViewVC 1.1.30