2016-05-31 02:39:10 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
|
|
|
|
<!--html encoding-->
|
|
|
|
<HTML>
|
2016-05-31 10:43:38 +00:00
|
|
|
<HEAD>
|
|
|
|
<LINK href="custom.css" rel="stylesheet" type="text/css">
|
|
|
|
</HEAD>
|
2016-06-02 10:56:37 +00:00
|
|
|
<div id="buttonTitle">
|
|
|
|
<h1>
|
|
|
|
The Button Rebirth
|
|
|
|
</h1>
|
|
|
|
</div>
|
2016-05-31 10:43:38 +00:00
|
|
|
<div id="buttonDiv">
|
|
|
|
<canvas id="buttonCanvas" width="570" height = "170"></canvas>
|
|
|
|
<script src="buttonInteractive.js"></script>
|
|
|
|
</div>
|
2016-06-02 10:56:37 +00:00
|
|
|
<div id="joinus">
|
|
|
|
<h3>
|
|
|
|
Join the experiment at
|
|
|
|
</h3>
|
|
|
|
<h3>
|
|
|
|
<a href="https://www.reddit.com/r/thebuttonminecraft">
|
|
|
|
/r/thebuttonminecraft
|
|
|
|
</a>
|
|
|
|
</h3>
|
|
|
|
</div>
|
2016-05-31 02:39:10 +00:00
|
|
|
</HTML>
|