-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (44 loc) · 3.2 KB
/
Copy pathindex.html
File metadata and controls
46 lines (44 loc) · 3.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="MavScript.blu" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><defs><linearGradient id=%22a%22 x1=%2250%25%22 y1=%220%25%22 x2=%2250%25%22 y2=%22100%25%22><stop offset=%220%25%22 stop-color=%22%236eaea5%22/><stop offset=%22100%25%22 stop-color=%22%235a9a8f%22/></linearGradient><linearGradient id=%22b%22 x1=%2250%25%22 y1=%220%25%22 x2=%2250%25%22 y2=%22100%25%22><stop offset=%220%25%22 stop-color=%22%23e8b4b8%22/><stop offset=%22100%25%22 stop-color=%22%23d0a0a3%22/></linearGradient></defs><g transform=%22translate(2, 2)%22><path d=%22M96 48a48 48 0 01-48 48V0a48 48 0 0148 48z%22 fill=%22%235a9a8f%22/><path d=%22M0 48a48 48 0 0148-48v96A48 48 0 010 48z%22 fill=%22%23c4a0a3%22/></g><path d=%22M95 48a47 47 0 01-47 47V1a47 47 0 0147 47z%22 fill=%22url(%23a)%22/><path d=%22M1 48a47 47 0 0147-47v94A47 47 0 011 48z%22 fill=%22url(%23b)%22/><circle cx=%2248%22 cy=%2248%22 r=%2241%22 fill=%22none%22 stroke=%22%23fff%22 stroke-width=%223%22/><circle cx=%2248%22 cy=%2248%22 r=%2234%22 fill=%22%23e3e3e3%22/><circle cx=%2248%22 cy=%2248%22 r=%2231%22 fill=%22%23d1d1d1%22/><g fill=%22%23b0b0b0%22 stroke=%22%23d1d1d1%22 stroke-width=%221%22><path d=%22M48 18.5l26.4 15.2v30.4L48 79.3 21.6 64.1V33.7L48 18.5z%22 transform=%22rotate(30 48 48)%22/><path d=%22M48 18.5l26.4 15.2v30.4L48 79.3 21.6 64.1V33.7L48 18.5z%22 transform=%22rotate(90 48 48)%22/><path d=%22M48 18.5l26.4 15.2v30.4L48 79.3 21.6 64.1V33.7L48 18.5z%22 transform=%22rotate(150 48 48)%22/></g></svg>
">
<link
href="https://fonts.googleapis.com/css2?family=Google+Sans+Display:wght@400;700&family=Google+Sans+Mono&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Press+Start+2P&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="importmap">
{
"imports": {
"@google/genai": "https://esm.sh/@google/genai",
"@google/genai/": "https://esm.sh/@google/genai/",
"auto-zustand-selectors-hook": "https://esm.sh/auto-zustand-selectors-hook",
"auto-zustand-selectors-hook/": "https://esm.sh/auto-zustand-selectors-hook/",
"gifenc": "https://esm.sh/gifenc",
"gifenc/": "https://esm.sh/gifenc/",
"immer": "https://esm.sh/immer",
"immer/": "https://esm.sh/immer/",
"jszip": "https://esm.sh/jszip",
"jszip/": "https://esm.sh/jszip/",
"lodash.shuffle": "https://esm.sh/lodash.shuffle",
"lodash.shuffle/": "https://esm.sh/lodash.shuffle/",
"p-limit": "https://esm.sh/p-limit",
"p-limit/": "https://esm.sh/p-limit/",
"react": "https://esm.sh/react",
"react/": "https://esm.sh/react/",
"react-dom": "https://esm.sh/react-dom",
"react-dom/": "https://esm.sh/react-dom/",
"zustand": "https://esm.sh/zustand",
"zustand/": "https://esm.sh/zustand/"
}
}
</script>
<script type="module" src="/index.tsx"></script>
</body>
</html>