function initFooter() { const footer = document.querySelector('.footer'); if (!footer) return; footer.innerHTML = `

© 2026 Luke at the Roost · Privacy Policy · Terms of Service · System Status

`; } initFooter();