88 lines
2.9 KiB
HTML
88 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="stylesheet" type="text/css" href="styles/today/main.css"/>
|
|
<!--
|
|
<?php
|
|
if(isset($_GET["theme"]) && $_GET["theme"]=="vieux"){
|
|
echo '<link rel="stylesheet" href="resource/vieux.css">';
|
|
}
|
|
else{
|
|
echo '<link rel="stylesheet" href="resource/moderne.css">';
|
|
}
|
|
?>
|
|
-->
|
|
<link rel="stylesheet" type="text/css" href="styles/today/sucess.css"/>
|
|
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
|
|
<title>Succes | Don't meet me</title>
|
|
</head>
|
|
<body>
|
|
<!--
|
|
<?php
|
|
$seed =
|
|
?>-->
|
|
<header>
|
|
<section id="title">
|
|
<img src="/img/logo.png" alt="Logo don't meet me" id="logo">
|
|
<h1>Don't meet me</h1>
|
|
</section>
|
|
<section>
|
|
<nav>
|
|
<ul>
|
|
<li>Acceuil</li>
|
|
<li>Trouve un homme !</li>
|
|
<li>Trouve une femme ! </li>
|
|
<li>Qui sommes nous</li>
|
|
</ul>
|
|
</nav>
|
|
<section id="sec_switch">
|
|
<p>Thème années 2000</p>
|
|
<img src="img/switchoff.png" alt="bouton pour chager de thème" id="switch">
|
|
</section>
|
|
</section>
|
|
</header>
|
|
<main>
|
|
<h2>It's a don't meet !</h2>
|
|
<section id="succes">
|
|
<section id="sec_img">
|
|
<img src="img/avis1.jpeg" alt="La tếte de votre vie">
|
|
</section>
|
|
<section id="info_bases">
|
|
<section id="prenom">
|
|
<h3>PRENOM</h2>
|
|
<p>Jeanine</p>
|
|
</section>
|
|
<section id="nom">
|
|
<h3>NOM</h2>
|
|
<p>Du pain</p>
|
|
</section>
|
|
<section id="age">
|
|
<h3>AGE</h2>
|
|
<p>69</p>
|
|
</section>
|
|
</section>
|
|
<section id="bio">
|
|
<p>Coucou je suis pas trop belle mais tu peux peut être être au moins un peu heureux avec moi car j'ai plein de tunne ! Tu peu aller voir ma page CopainD'Avant pour voir comme j'étais fresh</p>
|
|
</section>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<section id="feedback">
|
|
<h2>Donnez nous votre avis</h2>
|
|
<h3>C'est 100% anonyme !</h3>
|
|
<form id="form" action="" method="post" enctype="text/plain">
|
|
<textarea name="feedback" id="txtfeedback" cols="70" rows="10" placeholder="Donnez votre avis sur le site"></textarea>
|
|
<input id="send" type="submit" value="Envoyer">
|
|
</form>
|
|
</section>
|
|
<section>
|
|
<ul>
|
|
<li>Mentions légales</li>
|
|
<li>Qui sommes nous</li>
|
|
</ul>
|
|
</section>
|
|
</footer>
|
|
</body>
|
|
</html> |