Skip to content

Commit d3843ac

Browse files
Add initial HTML structure for Vix.cpp
1 parent e463bd2 commit d3843ac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Vix.cpp – Modern C++ backend runtime</title>
6+
</head>
7+
<body>
8+
<h1>Vix.cpp</h1>
9+
<p>A modern C++ backend runtime: fast, minimal, modular.</p>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)