BERDUGO Simon
3 years ago
2 changed files with 27 additions and 54 deletions
@ -1,26 +1,15 @@ |
|||
<!DOCTYPE html> |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<title>casinoooooo</title> |
|||
<meta charset="utf-8"> |
|||
<link href="styl.css" rel="stylesheet"> |
|||
<meta charset="utf-8" /> |
|||
<title>Page NSI</title> |
|||
</head> |
|||
<body> |
|||
<p>connexion</p> |
|||
<p id="a"></p> |
|||
<p>inscription</p> |
|||
<p id="b"></p> |
|||
<input type="button" value="connexion" onclick="nbAlea()"> |
|||
<input type="button" value="inscription" onclick="regles()"> |
|||
<?php |
|||
function familyName() { |
|||
<FORM Method="POST" Action="test.php"> |
|||
Nom : <INPUT type=text size=20 name=nom><BR> |
|||
Prénom : <INPUT type=text size=20 name=prenom><BR> |
|||
Age : <INPUT type=text size=2 name=age><BR> |
|||
<INPUT type=submit value=Envoyer> |
|||
</FORM>; |
|||
} |
|||
?> |
|||
<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> |
|||
|
Loading…
Reference in new issue