Upload index.html
Browse files- index.html +17 -0
index.html
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<script type="importmap">
|
2 |
+
{
|
3 |
+
"imports": {
|
4 |
+
"lit": "https://esm.sh/lit@^3.3.0",
|
5 |
+
"lit/": "https://esm.sh/lit@^3.3.0/",
|
6 |
+
"@lit/context": "https://esm.sh/@lit/context@^1.1.5",
|
7 |
+
"@google/genai": "https://esm.sh/@google/genai@^0.9.0",
|
8 |
+
"three": "https://esm.sh/three@^0.176.0",
|
9 |
+
"three/": "https://esm.sh/three@^0.176.0/"
|
10 |
+
}
|
11 |
+
}
|
12 |
+
</script>
|
13 |
+
<body>
|
14 |
+
<gdm-live-audio></gdm-live-audio>
|
15 |
+
<script type="module" src="/index.tsx"></script>
|
16 |
+
</body>
|
17 |
+
<link rel="stylesheet" href="/index.css">
|