@ -1,4 +1,4 @@
const target = new Date('2019-06-23T12:00:00+02:00');
const target = new Date(location.hash.substr(1));
const second = 1000;
const minute = second*60;