-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 758 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0c1110" />
<meta
name="description"
content="Explore a universe of blocks inspired by Minecraft. Choose a planet, spin Earth in 3D, and discover its landscapes. More worlds are waiting to be built."
/>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>Planetcraft — Worlds in blocks</title>
</head>
<body>
<div id="app"></div>
<noscript
>Enable JavaScript to explore Planetcraft’s interactive worlds.</noscript
>
<script type="module" src="/src/main.ts"></script>
</body>
</html>