-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (51 loc) · 2.91 KB
/
index.html
File metadata and controls
51 lines (51 loc) · 2.91 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
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>VIBE.md Protocol</title>
<meta
name="description"
content="Vibe is a developer-preview spec for publishing one structured VIBE.md file that can list design aesthetics, branding, optional llms.txt, A2A, MCP, Skills, OpenAPI, and direct or bundled asset surfaces."
/>
<meta name="theme-color" content="#08101b" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="VIBE.md" />
<meta property="og:title" content="VIBE.md Protocol" />
<meta
property="og:description"
content="Vibe is a developer-preview spec for publishing one structured VIBE.md file that can list design aesthetics, branding, optional llms.txt, A2A, MCP, Skills, OpenAPI, and direct or bundled asset surfaces."
/>
<meta property="og:url" content="https://vibeprotocol.org/" />
<meta property="og:image" content="https://vibeprotocol.org/social-card.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Vibe Protocol brand mark on a dark gradient background." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="VIBE.md Protocol" />
<meta
name="twitter:description"
content="Vibe is a developer-preview spec for publishing one structured VIBE.md file that can list design aesthetics, branding, optional llms.txt, A2A, MCP, Skills, OpenAPI, and direct or bundled asset surfaces."
/>
<meta name="twitter:image" content="https://vibeprotocol.org/social-card.png" />
<meta name="twitter:image:alt" content="Vibe Protocol brand mark on a dark gradient background." />
<link rel="canonical" href="https://vibeprotocol.org/" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="manifest" href="/site.webmanifest" />
<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=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
</head>
<body class="bg-ink text-mist antialiased selection:bg-plasma/30 selection:text-neon">
<a href="#main" class="sr-only focus:not-sr-only px-3 py-2 bg-aura-700 text-white">Skip to content</a>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>