mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-03-13 02:37:15 +00:00
4 lines
152 B
JavaScript
4 lines
152 B
JavaScript
// Footer component content
|
|
document.querySelector("footer").innerHTML = `
|
|
<p>Made with ♥ by Leilukin | <a href="#page-top">Back to top</a></p>
|
|
`; |