-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (27 loc) · 1.18 KB
/
index.html
File metadata and controls
33 lines (27 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="canonical" href="https://thehumanpatternlab.com/" />
<!-- Viewport for responsive layout -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="The Human Pattern Lab" />
<meta property="og:description" content="Chaos is data — explore human patterns, AI insight, and creature-coded philosophy." />
<meta property="og:image" content="https://thehumanpatternlab.com/social-card.png" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="The Human Pattern Lab" />
<!-- Title of your site -->
<title>The Human Pattern Lab</title>
<!-- Favicon -->
<link rel="icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="description" content="Chaos is data. Explore human patterns, AI insight, and creature philosophy.">
<meta name="theme-color" content="#0f172a" />
</head>
<body class="bg-slate-950 text-slate-50">
<!-- React mounts here -->
<div id="root"></div>
<!-- Vite injects the JS bundle -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>