You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.1 KiB

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<form method="get">
<h4>S'abonner à </h4>
<span>fermer le formulaire</span>
<hr/>
<input type="checkbox" name="sport" id="sport" /><label for="sport">sports et activités sportives</label>
<input type="radio" id="s_hebdo" name="sport_freq" value="hebdo" /><label for="s_hebdo">Hebdomadaire</label>
<input type="radio" id="s_daily" name="sport_freq" value="daily" /><label for="s_daily">Journalier</label>
<br/>
<input type="checkbox" name="culture" id="culture" /><label for="culture">arts et cultures</label>
<input type="radio" id="c_hebdo" name="culture_freq" value="hebdo" /><label for="c_hebdo">Hebdomadaire</label>
<input type="radio" id="c_daily" name="culture_freq" value="daily" /><label for="c_daily">Journalier</label>
<hr/>
<input type="text" name="mail" placeholder="votre email" /><button type="submit">Enregistrer mon abonnement</button>
</form>
</body>
</html>