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.
19 lines
667 B
19 lines
667 B
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="authentification.css">
|
|
</head>
|
|
<body>
|
|
<h1>2do, an amazing todo list 4 you!</h1>
|
|
<form action="authentification.php" method="POST">
|
|
<label>Login</label>
|
|
<input type="text" name="login" placeholder="Saisissez votre login" required />
|
|
<label>Mot de passe</label>
|
|
<input type="mdp" name="mdp" placeholder="Saisissez votre mot de passe" required />
|
|
<div id="btnEnvoi">
|
|
<input name="envoyer" type="submit" id="envoyer"/>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|