modif des formulaires connexion et inscriptions, et ajout de recupMDP
This commit is contained in:
38
recupMDP.html
Normal file
38
recupMDP.html
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
<html lang="en" dir="ltr">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<!--link rel="icon" href="IconeLogo.ico"/-->
|
||||
<title>Recuperation</title>
|
||||
<link rel="stylesheet" href="css/recupMDP.css" />
|
||||
<link rel="stylesheet" href="css/index.css" />
|
||||
</head>
|
||||
<body>
|
||||
<form method="post" action="./traitement.php" name="formulaire">
|
||||
|
||||
<div class="wrapper fonduBas">
|
||||
<div id="contenu">
|
||||
<!-- Tabs Titles -->
|
||||
<h2 class="active"> Mot de passe oublié</h2>
|
||||
|
||||
|
||||
<!-- Login Form -->
|
||||
<form>
|
||||
<input type="text" id="mail" class="fondu premier" name="mail" placeholder="E-mail">
|
||||
<input type="submit" class="fondu troisieme" value="Envoyer">
|
||||
</form>
|
||||
|
||||
<!-- Remind Passowrd -->
|
||||
<div id="pied">
|
||||
<a class="souligne" href="connexion.html">Se connecter</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<! --/form-->
|
||||
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user