-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (77 loc) · 3.14 KB
/
index.html
File metadata and controls
77 lines (77 loc) · 3.14 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Anubis–Neurophenomenology</title>
<meta property="og:title" content="Anubis – Neurophenomenology" />
<meta property="og:description" content="AI-powered neurophenomenological voice interviews exploring consciousness and subjective experience." />
<meta property="og:image" content="https://anubis-572556903588.us-west1.run.app/og-image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://anubis-572556903588.us-west1.run.app" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Anubis – Neurophenomenology" />
<meta name="twitter:description" content="AI-powered neurophenomenological voice interviews exploring consciousness and subjective experience." />
<meta name="twitter:image" content="https://anubis-572556903588.us-west1.run.app/og-image.jpg" />
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 2c3 0 5 2.5 5 5.5S14.5 12 12 12s-5-2-5-5.5S9 2 12 2z' /><path d='M12 12v10' /><path d='M6 15h12' /></svg>" />
<link href="https://api.fontshare.com/v2/css?f[]=sentient@300&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Sentient', 'sans-serif'],
},
animation: {
'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
}
},
},
}
</script>
<style>
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
/* Custom scrollbar for settings modal */
.custom-scrollbar::-webkit-scrollbar {
width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
background: rgba(30, 41, 59, 0.5);
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: rgba(71, 85, 105, 0.8);
border-radius: 20px;
}
</style>
<script type="importmap">
{
"imports": {
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.2",
"vite": "https://esm.sh/vite@^7.2.7",
"@google/genai": "https://esm.sh/@google/genai@^1.33.0",
"react-dom/": "https://esm.sh/react-dom@^19.2.1/",
"react/": "https://esm.sh/react@^19.2.1/",
"react": "https://esm.sh/react@^19.2.1",
"lucide-react": "https://esm.sh/lucide-react@^0.559.0"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>