1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00
Minecraft-ArmorStand/index.htm
haselkern 54b1bdef3e Shiny, colorful cube
Has not much to do with Minecraft, but it's worth committing.
2014-08-17 18:01:41 +02:00

30 lines
No EOL
951 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700' rel='stylesheet' type='text/css'>
<script src="three.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
</head>
<body>
<script src="main.js"></script>
<div id="gl"></div>
<div id="controls">
<h1>MINECRAFT ARMOR STAND<br>Please note:</h1>
This thing is nowhere near complete, I just wanted to upload it so I don't lose my work if my local copy messes up.
<div id="inputsection">
<input type="checkbox" name="small">Small Armor Stand<br>
<input type="checkbox" name="arms">Show Arms<br>
<input type="range" name="points" min="0" max="360" value="0">
</div>
</div>
</body>
</html>