-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalquranarabic.html
96 lines (82 loc) · 2.09 KB
/
alquranarabic.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
93
94
95
96
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8">
<title>سورة الفاتحة</title>
<link rel="stylesheet" type="text/css" href="arabic.css">
</head>
<body>
<div>
<p>بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ</p>
<p>الْحَمْدُ لِلَّهِ رَبِّ الْعَالَمِينَ</p>
<p>الرَّحْمَٰنِ الرَّحِيمِ</p>
<p>مَالِكِ يَوْمِ الدِّينِ</p>
<p>إِيَّاكَ نَعْبُدُ وَإِيَّاكَ نَسْتَعِينُ</p>
<p>اهْدِنَا الصِّرَاطَ الْمُسْتَقِيمَ</p>
<p>صِرَاطَ الَّذِينَ أَنْعَمْتَ عَلَيْهِمْ غَيْرِ الْمَغْضُوبِ عَلَيْهِمْ وَلَا الضَّالِّينَ</p>
</div>
</body>
</html>
<html>
<body>
<div>
<audio controls>
<source src="path_to_your_audio_file.mp3" type="audio/mpeg">
لا يدعم متصفحك العنصر الصوتي.
</audio>
</div>
</body>
</html>
<html>
<head>
<body>
<div>
<p>بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ</p>
<details>
<summary>تفسير</summary>
<p>هذه الآية تعني...</p>
</details>
<!-- يمكنك تكرار البنية أعلاه لكل آية -->
</div>
</body>
</head>
</html>
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8">
<title>سورة الفاتحة</title>
</head>
<body>
<div>
<h1>سورة الفاتحة</h1>
<p>بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ</p>
<!-- إضافة باقي الآيات هنا -->
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8">
<title>أسماء السور</title>
</head>
<body>
<ul>
<li>الفاتحة</li>
<li>البقرة</li>
<li>آل عمران</li>
<!-- إضافة باقي أسماء السور هنا -->
<li>الناس</li>
</ul>
</body>
</html>
<html>
<head>
<body>
<div>
<img src="qpdp1.jpg" style="width:100%">
</div>
</body>
</head>
</html>