«Cyber» Experiments











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

TempleOS Online
Portals
/*-- 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();
/*--…














