27 lines
No EOL
570 B
HTML
27 lines
No EOL
570 B
HTML
<!DOCTYPE HTML>
|
|
|
|
<!--html encoding-->
|
|
<HTML>
|
|
<HEAD>
|
|
<LINK href="custom.css" rel="stylesheet" type="text/css">
|
|
</HEAD>
|
|
<div id="buttonTitle">
|
|
<h1>
|
|
The Button Rebirth
|
|
</h1>
|
|
</div>
|
|
<div id="buttonDiv">
|
|
<canvas id="buttonCanvas" width="570" height = "170"></canvas>
|
|
<script src="buttonInteractive.js"></script>
|
|
</div>
|
|
<div id="joinus">
|
|
<h3>
|
|
Join the experiment at
|
|
</h3>
|
|
<h3>
|
|
<a href="https://www.reddit.com/r/thebuttonminecraft">
|
|
/r/thebuttonminecraft
|
|
</a>
|
|
</h3>
|
|
</div>
|
|
</HTML> |