-
Notifications
You must be signed in to change notification settings - Fork 0
/
pageIdentificationUtilisateur.html
35 lines (34 loc) · 1.16 KB
/
pageIdentificationUtilisateur.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<head>
<title>Identification a the Pirate Book</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<header>
<center><h1>Identification</h1></center>
<nav>
<ul>
<li><a href="accueil.html">Rechercher livre</a></li>
<li><a href="auteur.html">Rechercher auteur</a></li>
<li><a href="profilUtilisateur.php">Mon profil</a></li>
<li><a href="pageIdentificationUtilisateur.html">Se connecter</a></li>
<li><a href="deco.php">Se déconnecter</a></li>
<li><a href="don.html">Faire un don</a></li>
<li><a href="pageVedettes.php">Livres en Vedette</a></li>
<ul/>
</nav>
</header>
<body>
<h1>Identification</h1>
<div align="center">
<p>Renseignez vos informations:</p>
<form method="post" action="identUtilisateur.php">
<label>Entrez votre adresse mail </label> <input type="text" name="email" required/></br></br>
<label>Entrez votre mot de passe </label> <input type="password" name="mdp" required/></br></br>
<input type="submit" value="S'identifier"/>
</form>
<form method="POST" action="pageInscriptionUtilisateur.html">
<input type="submit" value="S'inscrire"/>
</form>
</div>
</body>
</html>