1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00

Add new properties, some style

This commit is contained in:
Lars Martens 2021-08-14 23:31:31 +02:00
parent acbfe92a10
commit b8a514f8f9
4 changed files with 73 additions and 38 deletions

View file

@ -1,13 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Minecraft Armor Stand</title>
</head>
<body>
</head>
<body class="bg-gray-300">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
</body>
</html>