Skip to content

Commit 3329159

Browse files
committed
update
1 parent a3c6492 commit 3329159

File tree

1 file changed

+44
-39
lines changed

1 file changed

+44
-39
lines changed

index.html

Lines changed: 44 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,55 @@
33
<head>
44
<meta charset="UTF-8" />
55

6-
<!-- ===== BASIC SEO ===== -->
7-
<title>Vix.cpp : Offline-first, P2P, ultra-fast C++ runtime</title>
6+
<title>
7+
Vix.cpp (Official) — Offline-first, P2P, ultra-fast C++ runtime • GitHub
8+
</title>
9+
810
<meta
911
name="description"
10-
content="Vix.cpp is a next-generation offline-first, peer-to-peer, ultra-fast runtime for modern C++. Designed for unstable networks, real-world backends, edge systems and WebSocket APIs."
12+
content="Official site of Vix.cpp: an offline-first, peer-to-peer, ultra-fast C++20 runtime for high-performance apps and edge systems. Docs, releases, and the GitHub repository."
1113
/>
14+
1215
<meta name="viewport" content="width=device-width, initial-scale=1" />
1316

14-
<!-- ===== FAVICONS ===== -->
17+
<link rel="canonical" href="https://vixcpp.com/" />
18+
19+
<meta
20+
name="keywords"
21+
content="Vix.cpp, vix github, C++ runtime, offline-first, local-first, peer-to-peer, P2P, WebSocket, async I/O, Asio"
22+
/>
23+
24+
<meta property="og:type" content="website" />
25+
<meta property="og:site_name" content="Vix.cpp" />
26+
<meta
27+
property="og:title"
28+
content="Vix.cpp (Official) — Offline-first, P2P, ultra-fast C++ runtime"
29+
/>
30+
<meta
31+
property="og:description"
32+
content="Vix.cpp is a modern C++20 runtime for offline-first and peer-to-peer systems: async I/O, edge-friendly architecture, and high-performance WebSocket APIs."
33+
/>
34+
<meta property="og:url" content="https://vixcpp.com/" />
35+
<meta
36+
property="og:image"
37+
content="https://vixcpp.com/assets/logo/vix-logo.png"
38+
/>
39+
<meta property="og:image:alt" content="Vix.cpp logo" />
40+
41+
<meta name="twitter:card" content="summary_large_image" />
42+
<meta
43+
name="twitter:title"
44+
content="Vix.cpp (Official) — Offline-first, ultra-fast C++ runtime"
45+
/>
46+
<meta
47+
name="twitter:description"
48+
content="Official site of Vix.cpp: offline-first, P2P, ultra-fast C++20 runtime for edge and high-performance applications. Docs, releases, and GitHub."
49+
/>
50+
<meta
51+
name="twitter:image"
52+
content="https://vixcpp.com/assets/logo/vix-logo.png"
53+
/>
54+
1555
<link
1656
rel="icon"
1757
type="image/png"
@@ -27,8 +67,6 @@
2767
<link rel="apple-touch-icon" href="/assets/logo/apple-touch-icon.png" />
2868
<link rel="manifest" href="/assets/logo/site.webmanifest" />
2969
<link rel="shortcut icon" href="/assets/logo/favicon.ico" />
30-
31-
<!-- Android icons -->
3270
<link
3371
rel="icon"
3472
type="image/png"
@@ -42,39 +80,6 @@
4280
href="/assets/logo/android-chrome-512x512.png"
4381
/>
4482

45-
<!-- ===== OPEN GRAPH (Facebook, LinkedIn, Twitter) ===== -->
46-
<meta
47-
property="og:title"
48-
content="Vix.cpp — Offline-first, P2P, ultra-fast C++ runtime"
49-
/>
50-
<meta
51-
property="og:description"
52-
content="Ultra-fast, offline-first, peer-to-peer C++ runtime designed for unstable networks, edge systems and WebSocket APIs."
53-
/>
54-
<meta property="og:type" content="website" />
55-
<meta
56-
property="og:image"
57-
content="https://vixcpp.github.io/assets/logo/vix-logo.png"
58-
/>
59-
<meta property="og:url" content="https://vixcpp.github.io/" />
60-
<meta property="og:site_name" content="Vix.cpp" />
61-
62-
<!-- ===== TWITTER CARD ===== -->
63-
<meta name="twitter:card" content="summary_large_image" />
64-
<meta
65-
name="twitter:title"
66-
content="Vix.cpp — Offline-first, ultra-fast C++ runtime"
67-
/>
68-
<meta
69-
name="twitter:description"
70-
content="A modern C++ runtime built for real-world latency, unstable networks, offline-first systems & WebSockets."
71-
/>
72-
<meta
73-
name="twitter:image"
74-
content="https://vixcpp.github.io/assets/logo/vix-logo.png"
75-
/>
76-
77-
<!-- ===== CSS ===== -->
7883
<link rel="stylesheet" href="css/style.css" />
7984
</head>
8085

0 commit comments

Comments
 (0)