2018-09-26 23:05:55 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="fr">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="referrer" content="same-origin">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
|
|
|
<title>Framadate</title>
|
|
|
|
|
|
|
|
<meta name="description" content=" ">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
<link crossorigin="anonymous" rel="stylesheet" href="https://rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap-reboot.css">
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h1>Choix des sujets</h1>
|
|
|
|
<p>
|
|
|
|
Je veux proposer des réponses avec
|
|
|
|
<select>
|
|
|
|
<option>du texte</option>
|
|
|
|
<option>des images</option>
|
|
|
|
<option>des liens</option>
|
|
|
|
</select>
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
Image
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<nav>
|
|
|
|
<a href="recapitulatif.html" class="btn next">Continuer</a>
|
|
|
|
</nav>
|
|
|
|
|
2018-10-08 22:47:50 +02:00
|
|
|
<script src="script.js"></script>
|
2018-09-26 23:05:55 +02:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|