-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (83 loc) · 3.89 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Moon_Lap</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
<body>
<nav>
<ul>
<li>الرئيسيه</li>
<li>من نحن</li>
<li>التقييمات</li>
</ul>
</nav>
<header>
<h1> Moon LapTop Store ©</h1>
<p> متجرك الوحيد للحصول علي احدث اجهزةاللابات والاكسسوارات وخدامتنا التقنيه</p>
</header><br><br>
<hr>
<article>
<h2> HP Zbook 17 G5 </h2>
<p>NVIDIA Quadro اكتشف القوة والابتكار مع *HP ZBook G5*، الجهاز المثالي للمحترفين الذين يحتاجون إلى أداء فائق وموثوقية لا مثيل لها</p>
<p>-<b> *رسومات مذهلة*:</b> خيارات متعددة من كروت الشاشة من </p>
<p> <b>*تصميم متين*:</b>خفيف الوزن ومصنوع من مواد عالية الجودة.</p>
<p> <b>*أمان متقدم*:</b>ميزات حماية متكاملة لبياناتك.</p>
<p>*HP ZBook G5* - حيث تلبي الإبداعات الاحترافية التكنولوجيا المتطورة</p>
</article>
<section>
<img src="li.jpg" alt=" modern LapTop" width=""> <img src="mi.jpg" alt=" modern LapTop" width="300" height="200"> <img src="ri.jpg" alt=" modern LapTop"> <br><br><br><br>
<table border="1" cellpadding="10px" style="width:40%;" >
<tr >
<th>Ram</th>
<th>Size</th>
<th>Cpu</th>
<th>Gpu</th>
<th>screen</th>
</tr>
<tr>
<td>16 DDR5</td>
<td>1Tera SSD</td>
<td>Cor i9</td>
<td>NV Quadro P1000</td>
<td>15 inch 4K</td>
</tr>
<tfoot>
<tr>
<td colspan="4">Price</td>
<td>450$</td>
</tr>
</tfoot>
</table>
</section>
<h3> $السعر 450 $ <del> بدلا من 600</del> </h3>
<section>
<h4 style="display: inline">!لا تتردد في الاطلاع على آراء عملائنا لمعرفة تجربتهم المميزة</h4> <video muted autoplay loop style="width:350" height="250"> <source src="clint.mp4" type="video/mp4"></video>
<h4>!نقدم لك ضمانًا لمدة عام كامل على خدماتنا، فلماذا تنتظر؟ اطلب الآن واستمتع بأفضل تجربة</h4>
</section>
<form>
<section>
<label for=" Name"> Name </label>
<input type="text" name="name" required style="width:13%" />
<label for="number"> Numper_phone </label>
<input type="text" name="num" required style="width:13%" />
</section><br>
<input type="submit" />
</form>
<hr>
<footer>
<h2>نجاحاتنا</h2>
<p><b>.حققنا نجاحات كبيرة بفضل الله والتزامنا بالجودة وخدمة العملاء، وأصبحنا الوجهة الأولى لمحبي التكنولوجيا. رؤيتنا هي الاستمرار في تقديم أحدث التقنيات، مع ضمان رضا عملائنا دائمًا</b></p>
<p><b>!تابعونا لمزيد من العروض والتحديثات</b></p>
<Ul>
<li> <a href="moon_mobil_store" > another store </a> </li>
<li> <a href="moon_mobil_store" > accessories </a> </li>
<li> <a href="moon_mobil_store" > contact us </a> </li>
</Ul>
</footer>
</body>
</html>