fetch('/assets/views/footer.html') .then(response => response.text()) .then( resultText => document.getElementById('footer').innerHTML = resultText ); getNowPlaying();