Skip to content

Commit 1f9d632

Browse files
authored
Create Mon premier projet
Mon premier projet
1 parent 3a67130 commit 1f9d632

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

Mon premier projet

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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/[email protected]/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>

0 commit comments

Comments
 (0)