A JavaScript library that turns an ordinary website into a 4 corner simultaneous 4 day page.
Reference the timecube.js file on your website.
<script src="timecube.js"></script>Then, invoke it
Timecube.timecubify();By default, timecube.js attempts to skin the <body> element of a web page, and
applies formatting to all <p> blocks. If you wish to change the default
behavior, invoke the script with two parameters...
Timecube.timecubify(rootTag, blockTag); //by default, body and pThis script is in no way affiliated with Timecube.com or its creator.