function footYear(){const fy=new Date().getFullYear();document.getElementById('foot-year').insertAdjacentHTML('afterbegin',fy)}footYear();