4 lines
166 B
JavaScript
4 lines
166 B
JavaScript
// Footer component content
|
|
document.querySelector("footer").innerHTML = `
|
|
<p>Made with ♥ and the Force by Leilukin | <a href="#page-top">Back to top</a></p>
|
|
`; |