diff options
Diffstat (limited to 'HTML/index.html')
| -rw-r--r-- | HTML/index.html | 57 |
1 files changed, 29 insertions, 28 deletions
diff --git a/HTML/index.html b/HTML/index.html index 396e8cc..0f772c2 100644 --- a/HTML/index.html +++ b/HTML/index.html @@ -1,31 +1,32 @@ <?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="fr" xml:lang="fr"> - <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="XXXXX" /> - <meta name="mdv:pack" content="" /> - <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.com</span></a></li> - <li id="club"><a href="http://club.mandriva.com/"><span>club.mandriva.com</span></a></li> - <li id="store"><a href="http://store.mandriva.com/"><span>store.mandriva.com</span></a></li> - <li id="online"><a href="http://online.mandriva.com/"><span>online.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> +<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.com</span></a></li> + <li id="club"><a href="http://club.mandriva.com/"><span>club.mandriva.com</span></a></li> + <li id="store"><a href="http://store.mandriva.com/"><span>store.mandriva.com</span></a></li> + <li id="online"><a href="http://online.mandriva.com/"><span>online.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>
\ No newline at end of file |
