parent
233e0cf9ed
commit
846f330125
@ -1,13 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="../styles/styleLogin.css" media="screen">
|
||||
<title>Wiki Fantasy : Login</title>
|
||||
<link rel="icon" href="./images/Logo.ico">
|
||||
<title>Wiki Fantasy : Connexion</title>
|
||||
<link rel="icon" href="../images/Logo.ico">
|
||||
</head>
|
||||
<body>
|
||||
<p>Login</p>
|
||||
<h1>▶ Connexion ◀</h1>
|
||||
|
||||
<div class="login">
|
||||
<p> <strong>Identifiant *</strong></p>
|
||||
<input type="text" class="connexion" name="name"/>
|
||||
|
||||
<p> <strong> Mot de passe *</strong></p>
|
||||
<input type="password" class="connexion" name="name"/>
|
||||
|
||||
<div class="createAccount">
|
||||
<p class="createAccount">Vous n'avez pas de compte?</p>
|
||||
<a href="signin.html" class="createAccount">S'incrire</a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="buttonSudmiteDiv">
|
||||
<button class="buttonSudmite">Connexion</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue