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

Description meta-tag

This commit is contained in:
Lars Martens 2015-08-16 19:32:08 +02:00
parent 42994c46c8
commit 50861b90fd

View file

@ -3,6 +3,7 @@
<head>
<title>Minecraft Armor Stand</title>
<meta charset="utf-8">
<meta name="description" content="Create poses for Minecraft armorstands in a breeze! Free, fast, open source.">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="js/colpick.css">
<link rel="icon" type="image/png" href="images/icon.png">
@ -96,22 +97,22 @@
<div id="customequipment">
<div class="padding">
Enter the text id of an item (for example <i>stone</i> or <i>iron_sword</i>) into the appropriate slots. You can enter an arbitrary item for the head or hand, but the other slots must contain an appropriate item.
<input type="text" class="equipment" name="equipSword" placeholder="Item in hand">
<input type="text" class="equipment" name="equipShoes" placeholder="Shoes">
<div class="colorfield" id="shoecolor"></div>
<input type="text" class="equipment" name="equipLeggings" placeholder="Leggings">
<div class="colorfield" id="leggingscolor"></div>
<input type="text" class="equipment" name="equipChestplate" placeholder="Chestplate">
<div class="colorfield" id="chestplatecolor"></div>
<input type="text" class="equipment" name="equipHelmet" placeholder="Helmet">
<div class="colorfield" id="helmetcolor"></div>
<br>Helmet specifies
<br>Helmet specifies
<select id="equipCustomHeadMode">
<option value="item">Item Name</option>
<option value="player">Player Name</option>
@ -181,4 +182,4 @@
</div>
</div>
</body>
</html>
</html>