export function renderFooter() { const footer = document.getElementById("footer"); footer.innerHTML = ` ` } renderFooter();