-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (55 loc) · 2.34 KB
/
index.html
File metadata and controls
65 lines (55 loc) · 2.34 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Agentic Alliance Prelaunch</title>
<!-- SEO Meta Tags -->
<meta
name="description"
content="Join the Agentic Alliance in researching and documenting the bleeding edge of agentic frameworks. Connect with innovators pushing the boundaries of AI."
/>
<meta
name="keywords"
content="Agentic AI, AI Frameworks, Artificial Intelligence, AI Research, Autonomous Systems"
/>
<meta name="author" content="Agentic Alliance" />
<meta name="robots" content="index, follow" />
<!-- Open Graph Protocol Tags -->
<meta property="og:title" content="The Agentic Alliance Prelaunch" />
<meta property="og:description" content="Creative Technologist Collective exploring the intersection of art, design, and cutting-edge technology" />
<meta
property="og:image"
content="https://agenticalliance.com/images/logo.png"
/>
<meta property="og:url" content="https://agenticalliance.com" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Agentic Alliance" />
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Agentic Alliance - Advancing Agent Frameworks"
/>
<meta
name="twitter:description"
content="Join the Agentic Alliance in researching and documenting the bleeding edge of agentic frameworks. Connect with innovators pushing the boundaries of AI."
/>
<meta
name="twitter:image"
content="https://agenticalliance.com/images/logo.png"
/>
<!-- Favicon Tags -->
<link rel="icon" type="image/png" sizes="32x32" href="images/logo.png" />
<link rel="icon" type="image/png" sizes="16x16" href="images/logo.png" />
<link rel="apple-touch-icon" sizes="180x180" href="images/logo.png" />
<!-- Canonical URL -->
<link rel="canonical" href="https://agenticalliance.com" />
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>