NDI-2020/css/creation.html

39 lines
1020 B
HTML

<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<!--link rel="icon" href="IconeLogo.ico"/-->
<title>Accueil</title>
<link rel="stylesheet" href="css/creation.css" />
</head>
<body>
<! --form action="" name"" method="POST"-->
<div class="wrapper fadeInDown">
<div id="formContent">
<!-- Tabs Titles -->
<h2 class="inactive underlineHover">Se connecter</h2>
<h2 class="active">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>