|
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>APS42 — Connexion</title>
|
|
<link rel="stylesheet" type="text/css" media="all" href="css/style.css"/>
|
|
</head>
|
|
<body>
|
|
|
|
<body>
|
|
<div id="wrap">
|
|
<div id="header">
|
|
<h1>APS 42</h1>
|
|
<span></span>
|
|
</div>
|
|
|
|
<div id="splash"></div>
|
|
|
|
<div id="content">
|
|
|
|
<p>
|
|
Bienvenue, etc.
|
|
</p>
|
|
|
|
<h2>Connexion</h2>
|
|
|
|
<form id="login-form" method="post" action="accueil.html">
|
|
<p>
|
|
<label for="id_username">Identifiant :</label>
|
|
<input id="id_username" type="text" name="username" maxlength="30" />
|
|
</p>
|
|
<p>
|
|
<label for="id_password">Mot de passe :</label>
|
|
<input type="password" name="password" id="id_password" />
|
|
</p>
|
|
|
|
<input type="submit" value="Se connecter" class="submit" />
|
|
</form>
|
|
|
|
<div class="login-actions">
|
|
<p>→ Problème technique ? <a href="#">Contactez l'administrateur</a></p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="footer">
|
|
—
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|