File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ <html lang="fr">
3+ <head>
4+ <meta charset="UTF-8">
5+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6+ <title>Page de Vente - Offre Spéciale</title>
7+ <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
8+ </head>
9+ <body class="bg-gray-900 text-white font-sans">
10+
11+ <div class="max-w-3xl mx-auto p-6">
12+ <header class="text-center mb-8">
13+ <h1 class="text-3xl font-bold text-green-400">🔥 Offre Spéciale - Abonnement Premium 🔥</h1>
14+ <p class="mt-2 text-gray-300">Profitez de milliers de chaînes, séries & films en illimité 🎬📺</p>
15+ </header>
16+
17+ <div class="bg-gray-800 p-6 rounded-xl shadow-lg">
18+ <h2 class="text-xl font-semibold text-green-300 mb-4">✅ Ce que vous obtenez :</h2>
19+ <ul class="list-disc ml-6 text-gray-200 space-y-2">
20+ <li>+10.000 chaînes TV HD</li>
21+ <li>Films & séries à la demande (VOD)</li>
22+ <li>Compatibilité Android, Smart TV, Box, Fire Stick</li>
23+ <li>Support client 24/7</li>
24+ </ul>
25+
26+ <div class="mt-6 text-center"><p class="text-xl font-bold text-white">💰 À partir de <span class="text-green-400">3.500 FCFA</span></p>
27+ <a href="https://wa.me/0022371481410" class="mt-4 inline-block bg-green-500 hover:bg-green-600 text-white font-bold py-2 px-6 rounded-lg transition">
28+ 📲 Commander sur WhatsApp
29+ </a>
30+ </div>
31+ </div>
32+
33+ <footer class="mt-10 text-center text-gray-500 text-sm">
34+ © 2025 - Votre Nom ou Marque
35+ </footer>
36+ </div>
37+
38+ </body>
39+ </html>
You can’t perform that action at this time.
0 commit comments