-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.83 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="152x152" />
<link rel="mask-icon" href="favicon-maskable.svg" />
<meta name="theme-color" content="#03213a" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Minecraft Datapack Map</title>
<meta property="og:title" content="Minecraft Datapack Map" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://map.jacobsjo.eu/icon.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="The logo of the Datapack Map: An empty beige map, folded twice, only containing a pair of curly brackets." />
<meta property="og:url" content="https://map.jacobsjo.eu" />
<meta property="og:description" content="Preview your Minecraft world with this online seed map. This map viewer supports datapacks and some mods." />
<meta name="description" content="Preview your Minecraft world with this online seed map. In addition to the vanilla generation, this map viewer supports custom world generation from datapacks and some mods. You can locate biomes and structures in all dimensions of your world. Supports minecraft version 1.19 and up." />
<meta property="og:determiner" content="a" />
<meta name="keywords" content="Minecraft, seed map, biome map, map viewer, datapack map, datapack map viewer, terralith, modded, data">
<script
src="https://beamanalytics.b-cdn.net/beam.min.js"
data-token="93ad3a51-68ea-4039-8a8e-1cad878e5f8b"
async
>
</script>
</head>
<body>
<div data-nosnippet id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>