diff options
author | Romain d'Alverny <rdalverny@mandriva.org> | 2005-09-01 16:06:02 +0000 |
---|---|---|
committer | Romain d'Alverny <rdalverny@mandriva.org> | 2005-09-01 16:06:02 +0000 |
commit | f06b0b7971c67a5c0dc956f0cc2a432fe67713f4 (patch) | |
tree | 1042c0fa9cb49bc1986609cd2e1ba5f6a135654b /HTML/index.html | |
parent | edeaa2faeef597565d1cd3efac40b18f925be588 (diff) | |
download | indexhtml-f06b0b7971c67a5c0dc956f0cc2a432fe67713f4.tar indexhtml-f06b0b7971c67a5c0dc956f0cc2a432fe67713f4.tar.gz indexhtml-f06b0b7971c67a5c0dc956f0cc2a432fe67713f4.tar.bz2 indexhtml-f06b0b7971c67a5c0dc956f0cc2a432fe67713f4.tar.xz indexhtml-f06b0b7971c67a5c0dc956f0cc2a432fe67713f4.zip |
meta headers should prevent file to be locally cached; rewritten js for nicer remote detection
Diffstat (limited to 'HTML/index.html')
-rw-r--r-- | HTML/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/HTML/index.html b/HTML/index.html index c717cd8..9b590b8 100644 --- a/HTML/index.html +++ b/HTML/index.html @@ -5,15 +5,18 @@ <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" /> <title>Mandriva Linux</title> <link rel="stylesheet" type="text/css" media="screen, projection" href="file:///usr/share/mdk/indexhtml/screen.css" /> <script type="text/javascript" src="file:///usr/share/mdk/indexhtml/script.js"></script> </head> - <body onload="bodyLoad();"> + <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> @@ -22,6 +25,5 @@ <li id="support"><a href="http://support.mandriva.com/"><span>support.mandriva.com</span></a></li> </ul> </div> - <img id="i" src="http://images.mandriva.com/images/donotremove.png" onload="imgLoad();" onerror="imgError();" /> </body> </html> |