leilukin-site/js/footer.js

6 lines
298 B
JavaScript
Raw Normal View History

2023-06-27 14:57:47 +00:00
// Footer component content
document.querySelector("footer").innerHTML = `
2023-07-25 15:47:40 +00:00
<p>Made with by Leilukin | <a href="/sitemap.html">Site Map</a></p>
<p>Site Launched: September 11, 2022 | <a href="/changelog">Website Changelog</a></p>
<p><a href="#page-top"> Back to top </a></p>
2023-06-27 14:57:47 +00:00
`;