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 >
< h1 > C'est tout bon !< / h1 >
2018-10-26 22:47:34 +02:00
2018-11-28 08:03:37 +01:00
< p > votre sondage < span id = "validation-pool-title" > /titre du sondage/< / span > a bien été créé ! Voici les liens pour y acceder (qui vous ont aussi été envoyé
par email) < strong > Comme vous n'avez pas renseigné d'email, n'oubliez pas de les conserver soigneusement !< / strong > < / p >
2018-11-20 11:18:47 +01:00
< article >
< h2 > Coté administrateur< / h2 >
< p > Pour accéder au sondage et à tous ses paramètres : < a href = "" > https://framadate.org/urladmindusondage< / a > < / p >
< a href = "" class = "btn w100" > Voir le sondage administrateur< / a >
< / article >
< article >
< h2 > Coté public< / h2 >
< p > Pour accéder au sondage tel qu'il sera pour les personnes sondées : < a href = "" > https://framadate.org/urldusondage< / a > < / p >
< a href = "" class = "btn w100" > Voir le sondage public< / a >
< / article >
2018-09-25 23:16:17 +02:00
< / section >
2018-10-08 22:47:50 +02:00
< script src = "script.js" > < / script >
2018-09-25 23:16:17 +02:00
< / body >
2018-11-28 08:03:37 +01:00
< / html >