-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnexion.html
20 lines (20 loc) · 882 Bytes
/
connexion.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- content-wrap -->
<div class="content-wrap">
<!-- main -->
<section id="main">
<h1>Connexion.</h1>
<h3>Connecte-toi à ton espace personnel.</h3></br>
<!-- début du formulaire -->
<form action="index.php?suivant=connexion" method="POST">
<label for="pseudo" class="label">Pseudo :</label>
<input type="text" size="15" name="pseudo" class="entry"/>
</br>
<label for="mdp" class="label">Mot de passe :</label>
<input type="password" size="20" name="mdp" class="entry"/>
</br>
</br>
<center><input type="reset" value="Réinitialiser" class="fin"/>
<input type="submit" value="Me connecter" class="fin"/></center>
</form>
<!-- fin du formulaire -->
</section>