You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
<p>It's Sunday so I am relaunching my site. Check back in <span class="js-countdown">an hour or two</span> - say 3:30pm Melbourne time on Sunday March 15.</p>
<script>
(function( window, undefined ) {
var document = window.document;
// mustard
if ( ! document.querySelector ) {
return;
}
var MINUTE = 1000 * 60;
var $countdown = document.querySelector( '.js-countdown' );
var then = new Date( 'Sun Mar 15 2015 15:30:00 GMT+1100' );