-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 2.12 KB
/
Copy pathindex.html
File metadata and controls
32 lines (29 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>solid-thinking-orbs — SolidJS Thought-Orb Loading Indicators</title>
<meta name="description" content="Dotted thought-orb loading indicators for AI & agent UIs in SolidJS. Features 13 hand-tuned animated states, pure 2D canvas performance with zero WebGL overhead. Original design by Jakub Antalík & Alex Brinza, ported to SolidJS by Mvk." />
<!-- Open Graph / Discord Embed Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://solid-thinking-orbs.vercel.app/" />
<meta property="og:title" content="solid-thinking-orbs — SolidJS Thought-Orb Indicators" />
<meta property="og:description" content="Dotted thought-orb loading indicators for AI & agent UIs in SolidJS. Features 13 hand-tuned animated states, pure 2D canvas performance with zero WebGL overhead. Original design by Jakub Antalík & Alex Brinza, ported by Mvk." />
<meta property="og:site_name" content="solid-thinking-orbs" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@MvkMvk216561" />
<meta name="twitter:title" content="solid-thinking-orbs — SolidJS Thought-Orb Indicators" />
<meta name="twitter:description" content="Dotted thought-orb loading indicators for AI & agent UIs in SolidJS. Features 13 hand-tuned animated states, pure 2D canvas performance with zero WebGL overhead. Original design by Jakub Antalík & Alex Brinza, ported by Mvk." />
<meta name="theme-color" content="#070707" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Roboto+Mono:wght@400&display=swap">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>