-
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) · 1.74 KB
/
index.html
File metadata and controls
32 lines (29 loc) · 1.74 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 class="dark" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="AgentFlow Hub - Discover, share and download AgentFlow workflows" />
<meta property="og:title" content="AgentFlow Hub" />
<meta property="og:description" content="Discover, share and download AI agent workflows for Cursor, OpenCode, and Claude Code." />
<meta property="og:url" content="https://agentflow-hub.com" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://agentflow-hub.com/logo-512.png" />
<meta name="twitter:card" content="summary" />
<link rel="canonical" href="https://agentflow-hub.com" />
<meta name="theme-color" content="#0b1326" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="64x64" href="/logo-64.png" />
<link rel="icon" type="image/png" sizes="128x128" href="/logo-128.png" />
<link rel="apple-touch-icon" sizes="512x512" href="/logo-512.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet" />
<title>AgentFlow Hub | Discover & Share Workflows</title>
</head>
<body class="bg-background text-on-surface antialiased">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>