forked from Sabristi/AgentKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 1.62 KB
/
index.html
File metadata and controls
17 lines (17 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'><polygon points='28,4 50,16 50,40 28,52 6,40 6,16' fill='%230176d3'/><polygon points='28,12 42,20 42,36 28,44 14,36 14,20' fill='%23014d9b'/><circle cx='28' cy='28' r='6' fill='white'/><circle cx='28' cy='14' r='4' fill='white' opacity='0.9'/><circle cx='40' cy='21' r='4' fill='white' opacity='0.9'/><circle cx='40' cy='35' r='4' fill='white' opacity='0.9'/><circle cx='28' cy='42' r='4' fill='white' opacity='0.9'/><circle cx='16' cy='35' r='4' fill='white' opacity='0.9'/><circle cx='16' cy='21' r='4' fill='white' opacity='0.9'/><line x1='28' y1='14' x2='40' y2='21' stroke='white' stroke-width='1.5' opacity='0.5'/><line x1='40' y1='21' x2='40' y2='35' stroke='white' stroke-width='1.5' opacity='0.5'/><line x1='40' y1='35' x2='28' y2='42' stroke='white' stroke-width='1.5' opacity='0.5'/><line x1='28' y1='42' x2='16' y2='35' stroke='white' stroke-width='1.5' opacity='0.5'/><line x1='16' y1='35' x2='16' y2='21' stroke='white' stroke-width='1.5' opacity='0.5'/><line x1='16' y1='21' x2='28' y2='14' stroke='white' stroke-width='1.5' opacity='0.5'/></svg>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AgentKit — Designed for TDAD</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body, #root { width: 100%; min-height: 100vh; }
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>