34 lines
1.0 KiB
HTML
34 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Recherche d'un homme | Don't meet me</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
|
|
</header>
|
|
<main>
|
|
<section id="intro">
|
|
<h2>Tu cherches un homme beau, fort, musclé qui se verse du coca quand il travaille ?</h2>
|
|
<p>Tu es au bon endroit !</p>
|
|
</section>
|
|
<section id="form">
|
|
<form action="" id="form" method="post" enctype="text/plain">
|
|
<label for="lechercoude">Sais-tu te lécher le coude ?</label>
|
|
<select name="lechercoude" id="lechercoude">
|
|
<option value="Oui">Oui</option>
|
|
<option value="Non">Non</option>
|
|
</select>
|
|
<label for="100m">Combien de temps fais-tu au 100m nage libre ? (minutes)</label>
|
|
<input type="number" name="100m" id="100m">
|
|
|
|
</form>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
|
|
</footer>
|
|
</body>
|
|
</html> |