leilukin-site/shrines/starwarskotor/js/footer.js

4 lines
166 B
JavaScript
Raw Normal View History

2023-06-27 14:57:47 +00:00
// Footer component content
document.querySelector("footer").innerHTML = `
<p>Made with and the Force by Leilukin | <a href="#page-top">Back to top</a></p>
`;