3 lines
115 B
JavaScript
3 lines
115 B
JavaScript
// Automatic year update for the copyright
|
|
document.getElementById("year").textContent = new Date().getFullYear();
|