-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathquran.html
74 lines (64 loc) · 3.1 KB
/
quran.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, height=device-height,user-scalable=no, initial-scale=1.0" />
<meta name="description" content="In this website you will get the Islamic information Quran and Hadith" />
<meta name="theme-color" content="#0d085c" />
<!-- link github repository -->
<link rel="canonical" href="https://ramishscrapper.github.io/islamic-study/" />
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png" />
<link rel="stylesheet" href="assets/css/style.css" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<title>Islamic Study</title>
<!-- Reference the manifest file; is must for PWA. -->
<link rel="manifest" href="./manifest.json" />
<!-- Reference the icons -->
<link rel="shorcut icon" href="assets/images/favicon.png" type="image/x-icon" />
<link rel="apple-touch-icon" href="assets/images/favicon.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NB4MWEHLL6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-NB4MWEHLL6');
</script>
</head>
<body>
<!-- Navigaiton Bar -->
<website-header></website-header>
<div class="quran">
<div class="quran-surah" id="quran-surah">
<!-- Adding Surah Tabs using Template Literals -->
</div>
</div>
<!-- Footer -->
<website-footer></website-footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous"></script>
<script src="https://www.gstatic.com/firebasejs/8.10.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.10.1/firebase-firestore.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="assets/js/index.js"></script>
<script src="assets/js/quran-surah-template-literal.js"></script>
<script src="assets/js/form.js"></script>
<!-- register service worker -->
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('/service-worker.js')
.then(function () { console.log("Service Worker Registered, Cheers to PWA Fire!"); });
}
);
}
</script>
<!-- end of service worker -->
</body>
</html>