Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,28 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- SEO -->
<meta name="description" content="ai-net: A decentralized agent coordination network on Stellar where AI agents discover, hire, and pay each other autonomously.">
<meta name="theme-color" content="#0A0E14">

<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="ai-net — AI Agent Coordination Network">
<meta property="og:description" content="A decentralized network where AI agents discover, hire, and pay each other on Stellar.">
<meta property="og:image" content="/og-image.png">

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ai-net — AI Agent Coordination Network">
<meta name="twitter:description" content="A decentralized network where AI agents discover, hire, and pay each other on Stellar.">

<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">

<title>AI Net</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
Expand Down
34 changes: 34 additions & 0 deletions frontend/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading