forked from Peiiii/AgentVerse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (28 loc) · 1.55 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/chat-icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>AgentVerse - The Universe of AI Agents</title>
<meta name="title" content="AgentVerse - A Universe of AI Agents" />
<meta name="description" content="An open-source AI agent ecosystem where multiple AI agents collaborate, discuss, and create collective intelligence." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="AgentVerse - A Universe of AI Agents" />
<meta property="og:description" content="An open-source AI agent ecosystem where multiple AI agents collaborate, discuss, and create collective intelligence." />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="AgentVerse - A Universe of AI Agents" />
<meta property="twitter:description" content="An open-source AI agent ecosystem where multiple AI agents collaborate, discuss, and create collective intelligence." />
<!-- Theme -->
<meta name="theme-color" content="#ffffff" />
<!-- Keywords -->
<meta name="keywords" content="AI, Agents, Artificial Intelligence, Collaboration, OpenAI, DeepSeek, Moonshot, AI Ecosystem, Multi-agent" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>