-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (53 loc) · 3.69 KB
/
index.html
File metadata and controls
58 lines (53 loc) · 3.69 KB
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
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<!-- Primary Meta Tags -->
<title>TryRamadan.app | Fast Like a Muslim for the Holy Month of Ramadan</title>
<meta name="title" content="TryRamadan.app | Fast Like a Muslim for the Holy Month of Ramadan" />
<meta name="description" content="Fast like a Muslim for the holy month of Ramadan. Free app: prayer times, suhoor & iftar, cultural education, and progressive fasting. For everyone." />
<meta name="keywords" content="Fast like a Muslim, Ramadan fasting, holy month Ramadan, try Ramadan, suhoor, iftar, prayer times, Islamic fasting, Ramadan app, fasting app" />
<meta name="author" content="ummah.build" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://tryramadan.app" />
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tryramadan.app/" />
<meta property="og:title" content="TryRamadan.app | Fast Like a Muslim for the Holy Month of Ramadan" />
<meta property="og:description" content="Fast like a Muslim for the holy month of Ramadan. Free app: prayer times, suhoor & iftar, cultural education, and progressive fasting." />
<meta property="og:image" content="https://tryramadan.app/og-image.jpg" />
<meta property="og:image:alt" content="TryRamadan.app — Fast like a Muslim for the holy month of Ramadan. Prayer times, suhoor & iftar, cultural education." />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="TryRamadan.app" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://tryramadan.app/" />
<meta name="twitter:title" content="TryRamadan.app | Fast Like a Muslim for the Holy Month of Ramadan" />
<meta name="twitter:description" content="Fast like a Muslim for the holy month of Ramadan. Free app: prayer times, suhoor & iftar, cultural education, and progressive fasting." />
<meta name="twitter:image" content="https://tryramadan.app/og-image.jpg" />
<!-- Theme (default dark, darker green) -->
<meta name="theme-color" content="#0d2818" />
<meta name="msapplication-TileColor" content="#0d2818" />
<!-- LCP: preload hero image so browser discovers it early (see docs/PERFORMANCE.md) -->
<link rel="preload" href="/hero-bg.jpg" as="image" />
<!-- Fonts: preconnect + async load to avoid blocking LCP (display=swap in URL) -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Fonts loaded via main.tsx (CSP-safe, no inline handlers) -->
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&family=Amiri:wght@400;700&display=swap" /></noscript>
<!-- iOS PWA / mobile web app -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="format-detection" content="telephone=no" />
<!-- JSON-LD injected by main.tsx (CSP: script-src 'self' only) -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>