-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (27 loc) · 1.83 KB
/
index.html
File metadata and controls
32 lines (27 loc) · 1.83 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" />
<link rel="icon" href="/bindu-logo.png" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
<title>BINDU - Turn Any Agent Into a Living Service</title>
<meta name="description" content="Decentralized multi-agent orchestration layer that turns any AI agent into a production-ready service in seconds.">
<meta name="author" content="BINDU" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/HlsY47oG9HfgkyvtgK8vbM6hRUt2/social-images/social-1762369612335-Bindu Logo 2.png">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Lovable" />
<meta name="twitter:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/HlsY47oG9HfgkyvtgK8vbM6hRUt2/social-images/social-1762369612335-Bindu Logo 2.png">
<meta property="og:title" content="BINDU - Multi-Agent Orchestration Platform">
<meta name="twitter:title" content="BINDU - Multi-Agent Orchestration Platform">
<meta property="og:description" content="Decentralized multi-agent orchestration layer that turns any AI agent into a production-ready service in seconds.">
<meta name="twitter:description" content="Decentralized multi-agent orchestration layer that turns any AI agent into a production-ready service in seconds.">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>