<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MediaBooster22</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f6f8;
color: #333;
}
header {
background-color: #007bff;
color: white;
padding: 20px 0;
text-align: center;
}
header h1 {
margin: 0;
font-size: 2em;
}
nav {
background-color: #0056b3;
padding: 10px;
text-align: center;
}
nav a {
color: white;
text-decoration: none;
margin: 0 15px;
font-weight: bold;
}
nav a:hover {
text-decoration: underline;
}
.container {
max-width: 900px;
margin: 20px auto;
padding: 0 15px;
}
.section {
background-color: white;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
h2 {
color: #007bff;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 15px 0;
}
footer a {
color: #ffd700;
text-decoration: none;
}
</style>
</head>
<body>
<header>
<h1>MediaBooster22</h1>
<p>Boostez votre communication avec nos services SMS</p>
</header>
<nav>
<a href="#accueil">Accueil</a>
<a href="#services">Services</a>
<a href="#contact">Contact</a>
</nav>
<div class="container">
<section id="accueil" class="section">
<h2>Bienvenue sur MediaBooster22</h2>
<p>MediaBooster22 est une plateforme dédiée à la gestion et à l’envoi de SMS marketing pour les entreprises et particuliers. Elle permet de créer, planifier et envoyer des campagnes de messages rapidement et efficacement, tout en offrant des statistiques détaillées pour suivre les performances.</p>
</section>
<section id="services" class="section">
<h2>Nos Services</h2>
<ul>
<li>Envoi de SMS marketing en masse</li>
<li>Planification de campagnes automatisées</li>
<li>Suivi et statistiques détaillées</li>
<li>Interface simple et intuitive</li>
</ul>
</section>
<section id="contact" class="section">
<h2>Contactez-nous</h2>
<p>Pour toute question ou pour démarrer votre campagne, contactez-nous à : <a href="mailto:contact@mediabooster22.com">contact@mediabooster22.com</a></p>
</section>
</div>
<footer>
<p>© 2026 MediaBooster22. Tous droits réservés.</p>
</footer>
</body>
</html>