document.addEventListener('DOMContentLoaded', function () {
const currentYear = new Date().getFullYear();
const copyrightText = "© " + currentYear + " Giacomo Newlin";
document.getElementById(text17).textContent = copyrightText;
});
top of page
bottom of page