formulaire pour remplir des ticket de panne
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.
 
 
 
 
 

26 lines
971 B

<!DOCTYPE html>
<html>
<head>
<title>Login</title>
<link rel="stylesheet" href="../css/style.css">
<img class="logo" src="../img/logo_PC.png" alt="logo_PC" width="200px">
</head>
<body>
<form id='form' action="cible.php" method="post">
<div class="container-field">
<p>Login:</p>
<select class="container-field__field" name="login">
<option value="prof">prof</option>
<option value="referant">Référant</option>
</select>
</div>
<div class="container-field">
<p>Pwd:</p>
<input class="container-field__field" type="password" name="pwd">
</div>
<div class="container-field">
<input class="container-field__field container-field__field--submit" type="submit" value="conexion">
</div>
</form>
</body>
</html>