pogmomme/style/js/views.js

5 lines
173 B
JavaScript

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