mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
16 lines
No EOL
375 B
HTML
16 lines
No EOL
375 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<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 class="bg-gray-300">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
|
|
</html> |