1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html lang="fr">
<head>
<script language="JavaScript1.2"> function ejs_nodroit() { return(false); } document.oncontextmenu = ejs_nodroit; </script> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<meta name="keywords" content="">
<title>Connection</title>
<meta name="autor" content="Warwill Corp EURL">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="background-image: url(fond%20espace.gif);">
<div id="divspaceg">
<table class="tablespace" border="1" cellpadding="2" cellspacing="2">
<tr><td><a href="profil.php">MON PROFIL</a></td></tr>
<tr><td><a href="voirprof.php?pseudo=">Aperçu</a></td></tr>
<tr><td><a href="modif_etat_civil.php">Données perso</a></td></tr>
<tr><td><a href="modif_mode.php">Loisir</a></td></tr>
<tr><td><a href="modif_descri.php">Description</a></td></tr>
<tr><td><a href="Inscri_photo.php">Photos</a></td></tr>
<tr><td><a href="messagerie.php">MESSAGERIE</a></td></tr>
<tr><td><a href="msg_recu.php">Message reçu</a></td></tr>
<tr><td><a href="msg_env.php">Message envoyé</a></td></tr>
<tr><td>Mes listes</td></tr>
<tr><td><a href="mon_abo.php">Abonnement</a></td></tr>
<tr><td><a href="logout.php">Déconnection</a></td></tr>
</table></div>
<div id="divspaced">
<table class="tablespace" border="1" cellpadding="2" cellspacing="2">
<tr><td><a href="profil.php">MON PROFIL</a></td></tr>
<tr><td><a href="voirprof.php?pseudo=">Aperçu</a></td></tr>
<tr><td><a href="modif_etat_civil.php">Données perso</a></td></tr>
<tr><td><a href="modif_mode.php">Loisir</a></td></tr>
<tr><td><a href="modif_descri.php">Description</a></td></tr>
<tr><td><a href="Inscri_photo.php">Photos</a></td></tr>
<tr><td><a href="messagerie.php">MESSAGERIE</a></td></tr>
<tr><td><a href="msg_recu.php">Message reçu</a></td></tr>
<tr><td><a href="msg_env.php">Message envoyé</a></td></tr>
<tr><td>Mes listes</td></tr>
<tr><td><a href="mon_abo.php">Abonnement</a></td></tr>
<tr><td><a href="logout.php">Déconnection</a></td></tr>
</table></div>
<div id="divlogo" align="center"><IMG height="120px" width="120px" src="/logo/logo2.jpg" ></div>
<div id="divcont">
<form action="log.php" method="post">
<table align="center" style="margin-top:3%;text-align:center; background-color:rgb(39, 156, 195);width:10%;height:17%;" border="1" cellpadding="2" cellspacing="2">
<tr><td>Pseudo:<input name="login" type="text"></td></tr>
<tr><td>Mot de passe:<input name="mdp" type="password"></td></tr>
<tr><td><input value="Identifiez vous" type="submit"></td></tr>
</table>
</form>
<div style="text-align:center;margin-top:4%;width:100%;">
<a href="Inscri_etat_civil.php">Inscrivez-vous!</a><br>
C'est gratuit et ça prend 5 minutes!</div>
</div>
</body>
</html> |
Partager