Use Font Awesome for arrows

This commit is contained in:
Helen Chong 2023-08-29 22:14:04 +08:00
parent 98f5e5b179
commit e2267376bc
1 changed files with 5 additions and 1 deletions

View File

@ -41,5 +41,9 @@ window.addEventListener("scroll", e => {
document.querySelector(".main-footer").innerHTML = `
<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>
<p>
<a href="#page-top">
<i class="fa fa-arrow-up"></i> Back to top <i class="fa fa-arrow-up"></i>
</a>
</p>
`;