<html>
<head>
<title>Le titre de votre site Web</title>
</head>
<body>Insérez le texte et les images ici.</body>
<div style="max-width: 600px; margin: auto; padding: 20px; border-radius: 10px; box-shadow: 0 0 15px rgba(0,0,0,0.1); font-family: Arial, sans-serif;">
<h2 style="text-align: center; color: #2c3e50;">Découvrez CityNeed</h2>
<img src="https://via.placeholder.com/600x200" alt="Image de CityNeed" style="width: 100%; border-radius: 8px; margin-bottom: 20px;">
<p style="font-size: 16px; line-height: 1.6;">
CityNeed est une application innovante qui connecte les besoins des citoyens avec les offres des commerces locaux.
Gagnez des promotions, explorez des idées de sorties et participez à des quiz pour influencer les offres de votre ville !
</p>
<a href="https://tonsite.com/telecharger-app" style="display: block; text-align: center; background-color: #3498db; color: white; padding: 12px 20px; border-radius: 6px; text-decoration: none; font-weight: bold; margin-top: 20px;">
Télécharger l’application
</a>
</div>
</html>