// var xhttp = new XMLHttpRequest() // xhttp.onreadystatechange = function() { // if (this.readyState == 4 && this.status == 200) { // document.getElementById('footer').innerHTML = xhttp.responseText // } // } // xhttp.open('GET', 'https://cardconjurer.com/footer.txt') // xhttp.send() document.getElementById('footer').innerHTML = ` `