You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!-- Traitement PHP -->
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
?>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>Conenxion</title>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<link href="style/style_log.css" rel="stylesheet">
|
|
|
|
<link rel="icon" type="image/x-icon" href="_content/favicon-32x32.png">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="log-area">
|
|
|
|
<p>Connecte-toi pour accéder à plus de foncitonnalités</p>
|
|
|
|
<form action="" method="POST">
|
|
|
|
<div class="f_inputs">
|
|
|
|
<div>
|
|
|
|
<label for="f_email">Adresse mail : </label><input type="email" id="f_email" maxlength="70"
|
|
|
|
placeholder="Adresse mail">
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<label for="f_password">Mot de passe : </label><input type="password" id="f_password" maxlength="40"
|
|
|
|
placeholder="Mot de passe">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="buttons">
|
|
|
|
<div class="sign_up">
|
|
|
|
<a href="sign_up.html">Pas de compte ?</a>
|
|
|
|
</div>
|
|
|
|
<div class="sign_in">
|
|
|
|
<input type="submit" name="" value="Se connecter" id="submit">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|