erripis.daily | now at day 1608

one new drawing every day
since 1/1/2022

erripis.daily

one new drawing every day since 1/1/2022
now at day 1608

c205 countdown website | day 934


22 July 2024  


 
c205 countdown website | (just!) one year offset *

 

var countDownDate = new Date(“August 2, 2023 20:00:00”).getTime(); var x = setInterval(function() {
var now = new Date().getTime(); var distance = countDownDate – now; var days = Math.floor(distance / (1000 * 60 * 60 * 24)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); document.getElementById(“countdown”).innerHTML = days + “d : ” + hours + “h : ” + minutes + “‘ : ” + seconds + “” “; if (distance < 0) {clearInterval(x);document.getElementById(“countdown”).innerHTML = “EXPIRED”; } }, 1000);





related posts :


 





☼ 2026.05 - Ioannis K. Erripis

All content on this website, including text, images, and design, is the exclusive property of Ioannis K. Erripis and is protected by copyright laws. All rights reserved. You may not copy, reproduce, distribute, or modify any part of this website without our prior written consent. Unauthorized duplication or use of this material is strictly prohibited.