mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
36 lines
1.0 KiB
HTML
36 lines
1.0 KiB
HTML
<!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>Créer un sondage</h1>
|
||
|
||
<p>Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement.</p>
|
||
|
||
<a href="parametres.html" class="btn btn-primary" id="startButton">C'est parti</a>
|
||
</section>
|
||
|
||
<section>
|
||
<h1>Où sont mes sondages ?</h1>
|
||
|
||
<p>Vous ne savez plus où sont vos sondages ? <a href="search-poll.html" class="btn w100">C’est par ici que ça se passe !</a></p>
|
||
</section>
|
||
|
||
</body>
|
||
<script src="script.js"></script>
|
||
</html>
|