-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 1.88 KB
/
index.html
File metadata and controls
40 lines (34 loc) · 1.88 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Canairy - Resilience Monitoring</title>
<!-- SEO & Meta -->
<meta name="description" content="Canairy - AI-driven household resilience monitoring. Track 34 societal risk indicators across 11 domains and get actionable preparedness alerts." />
<meta name="theme-color" content="#111412" />
<meta name="color-scheme" content="dark" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Canairy - Household Resilience Monitor" />
<meta property="og:description" content="Track societal risk indicators and get actionable preparedness alerts for your household." />
<meta property="og:site_name" content="Canairy" />
<!-- Mobile App -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Canairy" />
<!-- Icons -->
<link rel="icon" type="image/svg+xml" href="/canairy-icon.svg" />
<link rel="apple-touch-icon" href="/canairy-icon.svg" />
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Fonts: Space Grotesk (display), DM Sans (body), JetBrains Mono (data) -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=JetBrains+Mono:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/main.tsx"></script>
</body>
</html>