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

Placeholder, until I have something to show.

This commit is contained in:
haselkern 2014-08-17 15:56:58 +02:00
parent b7907a8edd
commit 18ddc0426c
3 changed files with 8 additions and 2 deletions

View file

@ -7,7 +7,8 @@
<body>
<h1>Minecraft Armor Stand</h1>
I'm the file ending with <i>.htm</i>
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>.
</body>
</html>

View file

@ -3,3 +3,8 @@
margin: 0;
padding: 0;
}
body{
background-color: #dddddd;
text-align: center;
}