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.
 
 
 
 

21 lines
456 B

<!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>