pogmomme/style/js/views.js
2025-02-24 12:13:59 -08:00

3 lines
155 B
JavaScript

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