mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-25 04:12:13 +00:00
37 lines
888 B
HTML
37 lines
888 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<tag type="includes" file="header" />
|
|
</header>
|
|
<main class="test container">
|
|
<div class="bloc_principal">
|
|
<div class="cover-black">
|
|
<div class="bloc_principal_titre">
|
|
<h1>LE BLOG DES APPRENANTS</h1>
|
|
</div>
|
|
<div class="cover-text">
|
|
<h2 id="titre-home">Merci de bien vouloir vous connecter pour continuer</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-plus" value="Login"/>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<footer>
|
|
<tag type="includes" file="footer" />
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|