Ajout de connexion.html, connexion.css, creation.html, creation.css
This commit is contained in:
38
connexion.html
Normal file
38
connexion.html
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
<html lang="en" dir="ltr">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<!--link rel="icon" href="IconeLogo.ico"/-->
|
||||
<title>Accueil</title>
|
||||
<link rel="stylesheet" href="css/connexion.css" />
|
||||
</head>
|
||||
<body>
|
||||
<! --form action="" name"" method="POST"-->
|
||||
|
||||
<div class="wrapper fadeInDown">
|
||||
<div id="formContent">
|
||||
<!-- Tabs Titles -->
|
||||
<h2 class="active"> Se connecter</h2>
|
||||
<h2 class="inactive underlineHover"><a href="creation.html">Créer un compte </a></h2>
|
||||
|
||||
|
||||
<!-- Login Form -->
|
||||
<form>
|
||||
<input type="text" id="login" class="fadeIn second" name="login" placeholder="Nom d'utilisateur">
|
||||
<input type="text" id="password" class="fadeIn third" name="login" placeholder="Mot de passe">
|
||||
<input type="submit" class="fadeIn fourth" value="Se connecter">
|
||||
</form>
|
||||
|
||||
<!-- Remind Passowrd -->
|
||||
<div id="formFooter">
|
||||
<a class="underlineHover" href="#">Mot de passe oublié ?</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<! --/form-->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user