|
5 | 5 | <meta charset="UTF-8" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | 7 |
|
8 | | - <title>Vix.cpp A Modern C++ Backend Runtime</title> |
| 8 | + <title>Vix.cpp A Modern C++ Backend Runtime</title> |
9 | 9 |
|
10 | 10 | <!-- Primary meta --> |
11 | 11 | <meta |
|
40 | 40 | <!-- Open Graph --> |
41 | 41 | <meta property="og:type" content="website" /> |
42 | 42 | <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" /> |
44 | 44 | <meta |
45 | 45 | 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." |
47 | 47 | /> |
48 | 48 | <meta property="og:url" content="https://vixcpp.com/" /> |
49 | 49 | <meta |
|
53 | 53 |
|
54 | 54 | <!-- Twitter --> |
55 | 55 | <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" /> |
57 | 57 | <meta |
58 | 58 | 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." |
60 | 60 | /> |
61 | 61 | <meta |
62 | 62 | name="twitter:image" |
|
74 | 74 | } |
75 | 75 | } |
76 | 76 | </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()); |
83 | 77 |
|
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> |
86 | 91 | <script type="module" crossorigin src="/assets/index-BKG20kvp.js"></script> |
87 | 92 | <link rel="stylesheet" crossorigin href="/assets/index-rakNYPth.css"> |
88 | 93 | </head> |
|
0 commit comments