mirror of
https://github.com/BlueMap-Minecraft/BlueMapVue.git
synced 2024-11-23 18:15:11 +01:00
f2bd7fa250
(Thanks to @FedUpWith-Tech)
29 lines
1.3 KiB
HTML
29 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
|
|
<meta name="description"
|
|
content="BlueMap is a tool that generates 3D maps of your Minecraft worlds and displays them in your browser">
|
|
<meta name="keywords" content="bluemap, map, minecraft, minecraft map">
|
|
<meta name="theme-color" content="#006EDE">
|
|
<meta name="og:site_name" content="BlueMap">
|
|
<meta name="og:title" content="BlueMap">
|
|
<meta name="og:description"
|
|
content="BlueMap is a tool that generates 3D maps of your Minecraft worlds and displays them in your browser">
|
|
<meta name="og:type" content="website">
|
|
<meta name="og:image" content="assets/logo.png">
|
|
<meta name="robots" content="index,nofollow">
|
|
<link rel="icon" href="favicon.png">
|
|
<title>BlueMap</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>Sorry but BlueMap doesn't work without JavaScript enabled.
|
|
Please <a href="https://www.enable-javascript.com/">enable</a> it to continue.</strong>
|
|
</noscript>
|
|
<div id="map-container"></div>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|