-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (31 loc) · 1.63 KB
/
index.html
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
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Jigsaw Previewer for Minecraft</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="style.css">
<meta property="og:title" content="Jigsaw Previewer for Minecraft" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jigsaw.jacobsjo.eu" />
<meta property="og:image" content="https://jigsaw.jacobsjo.eu/og_image.jpg" />
<meta property="og:description" content="A visualization of minecraft jigsaw structures. Both vanilla and custom datapack structures can be visualized. Can be used to debug the generation using the visualization of failed attempts." />
<meta property="og:determiner" content="a" />
<meta name="description" content="A visualization of minecraft jigsaw structures. Both vanilla and custom datapack structures can be visualized. Can be used to debug the generation using the visualization of failed attempts." />
<meta name="author" content="jacobsjo" />
<meta name="keywords" content="minecraft, jigsaw, structure, preview, visualization, debug, json, datapack, data pack, template, pool, " />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="HandheldFriendly" content="true" />
<link rel="author" href="https://jacobjso.eu" />
<script
src="https://beamanalytics.b-cdn.net/beam.min.js"
data-token="93ad3a51-68ea-4039-8a8e-1cad878e5f8b"
async
>
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="src/main.ts"></script>
</body>
</html>