mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-18 05:55:35 +00:00
Shiny, colorful cube
Has not much to do with Minecraft, but it's worth committing.
This commit is contained in:
parent
18ddc0426c
commit
54b1bdef3e
4 changed files with 35960 additions and 10 deletions
33
index.htm
33
index.htm
|
@ -1,15 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
<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>
|
||||
<h1>Minecraft Armor Stand</h1>
|
||||
It might take some time, until this thing is ready.<br>
|
||||
If you have nothing better to do, you can play some <a href="http://candybox2.net/">Candy Box</a>.
|
||||
<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>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue