-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.62 KB
/
Copy pathindex.html
File metadata and controls
35 lines (35 loc) · 1.62 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>buildingblock</title>
<meta
name="description"
content="A fast WebGPU voxel sandbox in your browser. Build, paint, replay your build brick by brick, and share whole worlds as a link — no account, no install."
/>
<meta name="theme-color" content="#101014" />
<meta property="og:type" content="website" />
<meta property="og:title" content="buildingblock — voxel sandbox in the browser" />
<meta
property="og:description"
content="Place, paint, and erase blocks in a WebGPU world. Watch your build replay brick by brick, build live with friends, and share creations as a single link."
/>
<meta property="og:url" content="https://chh-ay.github.io/buildingblock/" />
<meta property="og:image" content="https://chh-ay.github.io/buildingblock/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="buildingblock — voxel sandbox in the browser" />
<meta
name="twitter:description"
content="WebGPU voxel building with replay time-lapses, live co-building, and worlds you can share as a link."
/>
<meta name="twitter:image" content="https://chh-ay.github.io/buildingblock/og.png" />
<link rel="icon" href="data:," />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>