极客站

Life is actually very interesting

const y = document.getElementById("year"); if (y) { const now = new Date().getFullYear(); y.textContent = now; y.setAttribute("datetime", String(now)); }