-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.47 KB
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mapart</title>
<meta name="description" content="Convert any image into stunning Minecraft map art with Mapart.fun. Customize map size,
version, scaling, and dithering. Beautiful, fast, and easy to use.">
<meta name="keywords" content="Minecraft, mapart, minecraft maparts, mapart, image to maps, image to minecraft maps,
minecraft image to maps, convert image to minecraft maps, minecraft maps to image,
scan minecraft maps, minecraft map editor, Minecraft map art, image to Minecraft map,
convert image to Minecraft, Minecraft map converter, Minecraft art generator, mapart tool,
Minecraft custom maps, Minecraft map creator, Minecraft image editor">
<meta name="author" content="akawiy">
<link rel="icon" type="image/png" sizes="32x32" href="/logo32.png">
<link rel="shortcut icon" href="/favicon.ico" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5165540210732031" crossorigin="anonymous"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>