File size: 560 Bytes
75a81b6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <!doctype html>
<html>
<head><link rel="stylesheet" href="/index.css">
</head>
<script type="importmap">
{
"imports": {
"lit": "https://esm.sh/lit@^3.3.0",
"lit/": "https://esm.sh/lit@^3.3.0/",
"@lit/context": "https://esm.sh/@lit/context@^1.1.5",
"@google/genai": "https://esm.sh/@google/genai@^1.15.0",
"three": "https://esm.sh/three@^0.176.0",
"three/": "https://esm.sh/three@^0.176.0/"
}
}
</script>
<body>
<gdm-live-audio></gdm-live-audio>
<script type="module" src="/index.tsx"></script>
</body>
</html> |