funky-framadate-front/public/search-poll.html

34 lines
843 B
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>Où sont mes sondages ?</h1>
<form>
<label>
votre courriel
<input type="email" name="email" value="">
<button type="submit">Envoyer mes sondages</button>
</label>
</form>
</section>
</body>
<script src="script.js"></script>
</html>