-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 1.43 KB
/
Copy pathindex.html
File metadata and controls
21 lines (20 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CoolRoute Climate Intelligence Core</title>
<meta name="description" content="Autonomous Multi-Agent Decision Engine analyzing FortyGuard 20m² street-level 2m ambient thermal datasets and computing microclimate deltas for OSHA/EPA heat resilience routing across Phoenix, AZ." />
<meta property="og:title" content="CoolRoute Climate Intelligence Core" />
<meta property="og:description" content="Autonomous Multi-Agent Decision Engine analyzing FortyGuard 20m² street-level 2m ambient thermal datasets and computing microclimate deltas for OSHA/EPA heat resilience routing across Phoenix, AZ." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<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=Chakra+Petch:ital,wght@0,400;0,600;0,700;1,700;1,900&family=JetBrains+Mono:wght@400;500;700;800&family=Space+Grotesk:wght@400;600;700;800;900&display=swap" rel="stylesheet">
</head>
<body class="bg-[#050505] text-[#F0F0F0] antialiased selection:bg-[#FF4D00]/30 selection:text-[#FF4D00]">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>