You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
331 B
15 lines
331 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Page NSI</title>
|
|
</head>
|
|
<body>
|
|
<p>Veuillez entrer le mot de passe pour passer à la page secrète :</p>
|
|
<form method="post" action="projetjavascript.html" >
|
|
<p>
|
|
<input type="password" name="mot_de_passe" />
|
|
<input type="submit" value="Valider" />
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|