Added world downloads
This commit is contained in:
parent
bd1ac96dd2
commit
18f2f71e44
1 changed files with 31 additions and 2 deletions
33
index.html
33
index.html
|
@ -3,7 +3,7 @@
|
|||
<!--html encoding-->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<LINK href="custom.css" rel="stylesheet" type="text/css">
|
||||
<LINK href="custom.css" rel="stylesheet" type="text/css" />
|
||||
</HEAD>
|
||||
<div id="buttonTitle">
|
||||
<h1>
|
||||
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
<div id="joinus">
|
||||
<h3>
|
||||
Join the experiment at <a href="https://www.reddit.com/r/ChromaGamers"> /r/ChromaGamers<a>
|
||||
Join the experiment at <a href="https://www.reddit.com/r/ChromaGamers"> /r/ChromaGamers</a>
|
||||
</h3>
|
||||
<h3>
|
||||
Play with us on server.figytuna.com
|
||||
|
@ -51,4 +51,33 @@
|
|||
<p>163Sh5YJwiLbZkgLyD9dd8iPy7BNgF1Bn1</p></a>
|
||||
|
||||
</div>
|
||||
<div id="worlds">
|
||||
<h3>World downloads</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th colspan="4">V3</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://drive.google.com/drive/folders/0B8cxsHzJvh2oT3g1ZnI4UUlnSmc?usp=sharing">Overworld</a></td>
|
||||
<td><a href="https://drive.google.com/drive/folders/0B8cxsHzJvh2oTU51SUhzc3lqR28?usp=sharing">Nether</a></td>
|
||||
<td><a href="https://drive.google.com/open?id=0B8cxsHzJvh2oNE9vRG1SamQtS28">The End</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="4">V2</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.mediafire.com/download/8l60nq4mwq6cdep/world.zip">Overworld</a></td>
|
||||
<td><a href="http://www.mediafire.com/download/81105r7ke65ewau/world_nether.zip">Nether</a></td>
|
||||
<td><a href="http://www.mediafire.com/download/9kdb1beo4ldtug2/world_the_end.zip">The End</a></td>
|
||||
<td><a href="http://www.mediafire.com/download/6099rres9rqurys/wilds.zip">Wilds</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="4">V1</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.mediafire.com/download/2pm3crq7sm0z88r/TheButtonWorld1.zip">Overworld</a></td>
|
||||
<td><a href="http://www.mediafire.com/download/w8u98awu6fbltzt/TheButtonWorld1Nether.zip">Nether</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</HTML>
|
||||
|
|
Loading…
Reference in a new issue