2018-09-25 23:16:17 +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>
|
2018-09-26 21:59:09 +02:00
|
|
|
<p>Je m'appelle <input name="nom" id="nom" /> et le titre de ce sondage /SPECIAL DATES/CLASSIQUE/ est /TITRE DU SONDAGE/.</p>
|
2018-09-25 23:16:17 +02:00
|
|
|
<p>Si je devais le décrire pour les autres personnes, je dirais /CHAMP DESCRIPTION *long*/</p>
|
|
|
|
|
|
|
|
<a href="dates.html" class="btn">Continuer</a>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|