-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (56 loc) · 2.99 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>عالم الألعاب</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="header">
<h1>عالم الألعاب</h1>
<p class="subtitle">ألعاب للاستمتاع والتعلم </p>
<nav class="navbar">
<a href="https://t.me/testfortv8">مرحباً</a>
<a href="https://t.me/testfortv8">ألعاب</a>
<a href="https://t.me/testfortv8">الترقيات</a>
<a href="https://t.me/testfortv8">اتصال</a>
</nav>
</header>
<main class="content">
<section class="products">
<div class="product">
<img src="img-1.webp" alt="Peluche Licorne">
<h3>لعبة الحصان السحري</h3>
<p>حصان قطيفة ناعم ومشرق ليرافقك في أحلامك، احصل عليه مجانا</p>
<button class="buy-button" onclick="window.location.href='https://t.me/testfortv8'">أطلب الآن</button>
</div>
<div class="product">
<img src="img-2.webp" alt="Mini Console Portable">
<h3>وحدة تحكم محمولة</h3>
<p>العب أكثر من 300 لعبة كلاسيكية باستخدام وحدة التحكم المحمولة الملونة هذه.</p>
<button class="buy-button" onclick="window.location.href='https://t.me/testfortv8'">اشتري</button>
</div>
<div class="product">
<img src="img-3.webp" alt="Drone télécommandé">
<h3>طائرة بدون طيار</h3>
<p>استكشف السماء باستخدام هذه الطائرة بدون طيار سهلة الطيران والممتعة للغاية!</p>
<button class="buy-button" onclick="window.location.href='https://t.me/testfortv8'">اشتري</button>
</div>
<div class="product">
<img src="img-4.webp" alt="Tablette éducative">
<h3>لعبة مجانية</h3>
<p>يصبح التعلم لعبة أطفال بفضل هذا الجهاز اللوحي التفاعلي.</p>
<button class="buy-button" onclick="window.location.href='https://t.me/testfortv8'">العب الآن</button>
</div>
</section>
<section class="about">
<h2>مرحبا بكم في عالم المغامرة</h2>
<p>لقد قمنا باختيار الألعاب والألعاب التفاعلية لإيقاظ فضول الأطفال وإبداعهم. امنحهم لحظات فريدة لا تنسى!</p>
</section>
</main>
<footer class="footer">
<p>© 2024 - Le Monde des Jouets. Rêvez, jouez, apprenez.</p>
</footer>
</body>
</html>