1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
| <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Nouvelle page 1</title>
<script language="JavaScript">
var reponse = "";
function cadenas() {
reponse = prompt('Pour aller plus loin, il vous faut un mot de passe' ,
"Inscrivez ici votre mot de passe");
if(reponse=="")
{document.write("<h1 align='center'>La ruse est un peu grossière non ?</h1>");}
if(reponse==null)
{document.write("<h1 align='center'>Mot de passe invalide. Désolé !</h1>");}
else
{window.location =""+reponse+".html" ;}
}
cadenas();
</script>
<meta name="Microsoft Theme" content="pav-s2 011, default">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#00FF00" background="../_themes/pav-s2/tlbkgnd.jpg"><!--mstheme--><font face="Arial, Arial, Helvetica">
<!--mstheme--></font></body>
</html> |
Partager