Skip to content

Commit 881b363

Browse files
committed
update
1 parent 679ad7d commit 881b363

File tree

2 files changed

+36
-26
lines changed

2 files changed

+36
-26
lines changed

index.html

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77

8-
<title>Vix.cpp A Modern C++ Backend Runtime</title>
8+
<title>Vix.cpp A Modern C++ Backend Runtime</title>
99

1010
<!-- Primary meta -->
1111
<meta
@@ -40,10 +40,10 @@
4040
<!-- Open Graph -->
4141
<meta property="og:type" content="website" />
4242
<meta property="og:site_name" content="Vix.cpp" />
43-
<meta property="og:title" content="Vix.cpp Modern C++ backend runtime" />
43+
<meta property="og:title" content="Vix.cpp A Modern C++ Backend Runtime" />
4444
<meta
4545
property="og:description"
46-
content="Build fast backend services in modern C++ with a clean developer experience."
46+
content="Vix.cpp is a modern C++ runtime built as a serious alternative to Node.js, Deno, and Bun. It is designed for unreliable networks, offline-first workflows, peer-to-peer systems, and extreme native performance."
4747
/>
4848
<meta property="og:url" content="https://vixcpp.com/" />
4949
<meta
@@ -53,10 +53,10 @@
5353

5454
<!-- Twitter -->
5555
<meta name="twitter:card" content="summary_large_image" />
56-
<meta name="twitter:title" content="Vix.cpp Modern C++ backend runtime" />
56+
<meta name="twitter:title" content="Vix.cpp A Modern C++ Backend Runtime" />
5757
<meta
5858
name="twitter:description"
59-
content="Build fast backend services in modern C++ with a clean developer experience."
59+
content="Vix.cpp is a modern C++ runtime built as a serious alternative to Node.js, Deno, and Bun. It is designed for unreliable networks, offline-first workflows, peer-to-peer systems, and extreme native performance."
6060
/>
6161
<meta
6262
name="twitter:image"
@@ -74,15 +74,20 @@
7474
}
7575
}
7676
</script>
77-
<!-- Google tag (gtag.js) -->
78-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1B67VYZMXF"></script>
79-
<script>
80-
window.dataLayer = window.dataLayer || [];
81-
function gtag(){dataLayer.push(arguments);}
82-
gtag('js', new Date());
8377

84-
gtag('config', 'G-1B67VYZMXF');
85-
</script>
78+
<!-- Google tag (gtag.js) -->
79+
<script
80+
async
81+
src="https://www.googletagmanager.com/gtag/js?id=G-1B67VYZMXF"
82+
></script>
83+
<script>
84+
window.dataLayer = window.dataLayer || [];
85+
function gtag() {
86+
dataLayer.push(arguments);
87+
}
88+
gtag("js", new Date());
89+
gtag("config", "G-1B67VYZMXF");
90+
</script>
8691
<script type="module" crossorigin src="/assets/index-BKG20kvp.js"></script>
8792
<link rel="stylesheet" crossorigin href="/assets/index-rakNYPth.css">
8893
</head>

vix-site/index.html

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77

8-
<title>Vix.cpp A Modern C++ Backend Runtime</title>
8+
<title>Vix.cpp A Modern C++ Backend Runtime</title>
99

1010
<!-- Primary meta -->
1111
<meta
@@ -40,10 +40,10 @@
4040
<!-- Open Graph -->
4141
<meta property="og:type" content="website" />
4242
<meta property="og:site_name" content="Vix.cpp" />
43-
<meta property="og:title" content="Vix.cpp Modern C++ backend runtime" />
43+
<meta property="og:title" content="Vix.cpp A Modern C++ Backend Runtime" />
4444
<meta
4545
property="og:description"
46-
content="Build fast backend services in modern C++ with a clean developer experience."
46+
content="Vix.cpp is a modern C++ runtime built as a serious alternative to Node.js, Deno, and Bun. It is designed for unreliable networks, offline-first workflows, peer-to-peer systems, and extreme native performance."
4747
/>
4848
<meta property="og:url" content="https://vixcpp.com/" />
4949
<meta
@@ -53,10 +53,10 @@
5353

5454
<!-- Twitter -->
5555
<meta name="twitter:card" content="summary_large_image" />
56-
<meta name="twitter:title" content="Vix.cpp Modern C++ backend runtime" />
56+
<meta name="twitter:title" content="Vix.cpp A Modern C++ Backend Runtime" />
5757
<meta
5858
name="twitter:description"
59-
content="Build fast backend services in modern C++ with a clean developer experience."
59+
content="Vix.cpp is a modern C++ runtime built as a serious alternative to Node.js, Deno, and Bun. It is designed for unreliable networks, offline-first workflows, peer-to-peer systems, and extreme native performance."
6060
/>
6161
<meta
6262
name="twitter:image"
@@ -74,15 +74,20 @@
7474
}
7575
}
7676
</script>
77-
<!-- Google tag (gtag.js) -->
78-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1B67VYZMXF"></script>
79-
<script>
80-
window.dataLayer = window.dataLayer || [];
81-
function gtag(){dataLayer.push(arguments);}
82-
gtag('js', new Date());
8377

84-
gtag('config', 'G-1B67VYZMXF');
85-
</script>
78+
<!-- Google tag (gtag.js) -->
79+
<script
80+
async
81+
src="https://www.googletagmanager.com/gtag/js?id=G-1B67VYZMXF"
82+
></script>
83+
<script>
84+
window.dataLayer = window.dataLayer || [];
85+
function gtag() {
86+
dataLayer.push(arguments);
87+
}
88+
gtag("js", new Date());
89+
gtag("config", "G-1B67VYZMXF");
90+
</script>
8691
</head>
8792

8893
<body>

0 commit comments

Comments
 (0)