Skip to content
Snippets Groups Projects
Commit d9e95f8a authored by Bastien's avatar Bastien
Browse files

form inscription connexion

parent 98d822bc
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel ="stylesheet" href="css/style.css">
<title>Se connecter</title>
</head>
<body>
<h1>Me connecter</h1>
<form>
<label for="login">Nom d'utilisateur :</label>
<input type="text" placeholder="Nom d'utilisateur" name="login">
<br>
<label for="password">Mot de passe</label>
<input type="password" placeholder="Mot de passe" name="password">
<br>
<button type="submit" name="submit">Se connecter</button>
</form>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel ="stylesheet" href="css/style.css">
<title>S'inscrire</title>
</head>
<body>
<h1>Créer mon compte</h1>
<form>
<label for="login">Nom d'utilisateur :</label>
<input type="text" placeholder="Nom d'utilisateur" name="login">
<br>
<label for="firstname">Prénom : </label>
<input type="text" placeholder="Prénom" name="firstname">
<br>
<label for="lastname">Nom : </label>
<input type="text" placeholder="Nom" name="lastname">
<br>
<label for="birthdate">Date de naissance</label>
<input type="date" placeholder="a" name="login">
<br>
<label for="password">Mot de passe</label>
<input type="password" placeholder="Mot de passe" name="password">
<br>
<button type="submit" name="submit">S'inscrire</button>
</form>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Title</title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment