-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (50 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- -->
<!-- Primary Meta Tags -->
<meta name="title" content="Prayer Times" />
<meta
name="description"
content="Prayer Times is a web application that shows the prayer times of your location. It is built by Alamin, CodeWithAlamin"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://prayer-times-alamin.vercel.app" />
<meta property="og:title" content="Prayer Times" />
<meta
property="og:description"
content="Prayer Times is a web application that shows the prayer times of your location. It is built by Alamin, CodeWithAlamin"
/>
<meta property="og:image" content="./thumbnail-preview.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://prayer-times-alamin.vercel.app"
/>
<meta property="twitter:title" content="Prayer Times" />
<meta property="twitter:image" content="./thumbnail-preview.jpg" />
<meta
property="twitter:description"
content="Prayer Times is a web application that shows the prayer times of your location. It is built by Alamin, CodeWithAlamin"
/>
<!-- Optional -->
<meta name="author" content="Alamin, CodeWithAlamin" />
<meta name="application-name" content="Prayer Times" />
<meta
name="keywords"
content="Prayer Times, Prayer, Namaz, Salah, Salat, Islamic, Muslim, Alamin, CodeWithAlamin"
/>
<meta name="robots" content="index, follow" />
<!-- -->
<title>Prayer Times</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>