BERDUGO Simon
3 years ago
1 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<meta charset="utf-8" /> |
|||
<title>Accueil</title> |
|||
<link href="style.css" rel="stylesheet"> |
|||
</head> |
|||
<body> |
|||
<intro> |
|||
<p>Veuillez entrer le mot de passe pour acceder au casino :</p> |
|||
</intro> |
|||
<form method="post" action="projectjavascript.php" > |
|||
<question> |
|||
<p> |
|||
<input type="password" name="mot_de_passe" /> |
|||
<input type="submit" value="Valider" /> |
|||
</p> |
|||
</question> |
|||
</form> |
|||
</body> |
|||
</html> |
Loading…
Reference in new issue