//document.addEventListener('DOMContentLoaded', (event) => { // var footerHtml = ` // // `; // // // Insert the footer after the //}); document.addEventListener('DOMContentLoaded', function() { document.getElementById('footer').innerHTML = ` This site was built with plain old html, css, and javascript. Maybe I'll touch a framework sometime. `; });