Blog_IMIE/assets/html/login.html
2019-03-06 15:35:26 +01:00

37 lines
883 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
</head>
<body>
<header>
<tag type="includes" file="header" />
</header>
<main class="test container">
<div class="">
<div class="">
<div class="bloc_principal_titre">
<h1>CONNEXION</h1>
</div>
<div class="cover-text">
<h2 id="titre-home">Veuillez-vous connecter</h2>
<div class="p-home">
<form name="login" id="name" method="POST" class="login" action="/login/">
<input name="username" id="username" type="text" placeholder="username" />
<input name="password" id="password" type="password" placeholder="password" />
<input type="submit" class="bloc-button" value="Login"/>
<a href="/register" class="bloc-button">Register</a>
</form>
</div>
</div>
</div>
</div>
</main>
<footer>
<tag type="includes" file="footer" />
</footer>
</body>
</html>