«Cyber» Experiments

CoolRedTomato.biz

It's just a cool red tomato... https://coolredtomato.biz/

TempleOS Online

/*-- DATE --*/ function tCal() { var d = new Date(); var days = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]; document.getElementById("getDate").innerHTML = days[d.getDay()] + " " + d.getMonth() + "/" + d.getDate(); } tCal(); /*--…