-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 1.7 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
<!doctype html>
<html lang="ar">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/Logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ramadan Points - Read Quran, Pray on Time, Earn Rewards</title>
<meta name="description" content="Your go-to platform for reading Quran, praying on time, earning points, and participating in competitions to win prizes. Join us in enhancing your spiritual journey during Ramadan and beyond.">
<meta name="keywords" content="Ramadan, Quran, Islamic website, prayer, rewards, competition, earn points, spiritual journey, Islamic teachings, Quran reading, Salah, Islamic competition, Ramadan rewards">
<!-- Open Graph tags -->
<meta property="og:title" content="Ramadan Points - Read Quran, Pray on Time, Earn Rewards">
<meta property="og:description" content="Join Ramadan Points to read Quran, pray on time, earn rewards, and participate in competitions for prizes. Enhance your spiritual journey during Ramadan and beyond.">
<meta property="og:image" content="/Logo.png">
<!-- Twitter Card tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Ramadan Points - Read Quran, Pray on Time, Earn Rewards">
<meta name="twitter:description" content="Join Ramadan Points to read Quran, pray on time, earn rewards, and participate in competitions for prizes. Enhance your spiritual journey during Ramadan and beyond.">
<meta name="twitter:image" content="/Logo.png">
</head>
<body>
<div style="background-color: #343020;" id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>