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.

13 lines
468 B

<!doctype html>
<link href="css/adminConnexion.css" rel="stylesheet" type="text/css">
<html>
<form action="index.php?action=verifValidation" method="POST">
<p>Connexion</p>
<label for="Nom"></label>
<input type="text" name="name" placeholder="Nom" /><br>
<label for="Mot de passe"></label>
<input type="password" name="password" placeholder="Mot de passe" /><br>
<input type="submit" value="OK">
</form>
</html>