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.
 
 
 
 
 

13 lines
332 B

<!DOCTYPE html>
<html>
<head>
<title>Login</title>
</head>
<body>
<form action="login.php" method="post">
Login: <input type="text" name="login"><br>
Pwd: <input type="password" name="pwd"><br>
<input type="submit" value="conexion">
</form>
</body>
</html>