-
Notifications
You must be signed in to change notification settings - Fork 2
/
6.html
25 lines (25 loc) · 826 Bytes
/
6.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>6. Surah Al-An'aam - Islam Quran Hadith</title>
<meta content="6. Surah Al-An'aam - Islam Quran Hadith" name="description">
<meta content="6. Surah Al-An'aam - Islam Quran Hadith" name="keywords">
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="menu"></div>
<script>
var surahNumber=5;
</script>
<script src="js/englishQuran.js"></script>
<script src="js/arabicQuran.js"></script>
<script src="js/transliterationQuran.js"></script>
<script src="js/surah.js"></script>
<script src="js/scripts.js"></script>
<script src="js/quranCode.js"></script>
</body>
</html>