tbmcplugins.github.io/index.html

70 lines
2.3 KiB
HTML
Raw Normal View History

2016-05-31 02:39:10 +00:00
<!DOCTYPE HTML>
<!--html encoding-->
<HTML>
<HEAD>
2017-06-01 02:15:12 +00:00
<LINK href="./custom.css" rel="stylesheet" type="text/css">
2017-06-19 07:44:14 +00:00
<script src="include.js"></script>
</HEAD>
2017-06-15 16:17:24 +00:00
2017-06-19 07:44:14 +00:00
<div id="logins">
2017-06-15 16:17:24 +00:00
</div>
2017-04-27 20:59:55 +00:00
<div id="buttonTitle">
2017-06-01 02:20:31 +00:00
<h1>ChromaGamers</h1>
</div>
2017-04-27 20:59:55 +00:00
<div id="buttonDiv">
<canvas id="buttonCanvas" width="570" height = "170"></canvas>
<script src="buttonInteractive.js"></script>
</div>
2017-04-27 20:59:55 +00:00
2016-06-29 04:41:25 +00:00
<div id="dynmap">
2017-04-27 20:59:55 +00:00
<h3><a href="http://server.figytuna.com:8123/">Dynmap</a></h3>
</div>
<div id="reddit">
<h3><a href="http://www.reddit.com/r/chromagamers">Reddit</a></h3>
</div>
<div id="discord">
2017-08-24 16:42:39 +00:00
<h3><a href="https://discord.gg/SZfpTGP">Discord</a></h3>
</div>
2017-04-27 20:59:55 +00:00
2017-04-27 21:08:53 +00:00
<div id="worlds">
<h3>World downloads</h3>
<table>
<tr>
2017-06-11 08:45:56 +00:00
<th colspan="4">V3 (Feb 3 2017)</th>
2017-04-27 21:08:53 +00:00
</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>
2017-06-11 08:45:56 +00:00
<th colspan="4">V2 (March 28th 2016)</th>
2017-04-27 21:08:53 +00:00
</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>
2017-06-11 08:45:56 +00:00
<th colspan="4">V1 (July 2015)</th>
2017-04-27 21:08:53 +00:00
</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>
2016-06-29 04:45:02 +00:00
<br>
2016-06-29 04:51:24 +00:00
<div id="donate">
<h3>The server relies on donations to run.</h3>
2018-04-28 10:13:39 +00:00
<a href="https://www.patreon.com/bePatron?u=7177242" data-patreon-widget-type="become-patron-button">Become a Patron!</a><script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script>
</div>
2016-06-29 04:41:25 +00:00
</HTML>