Documentation
1
2
3
const footer = document.createElement('footer');
footer.innerHTML = "made with ❤️‍🔥 by mrchantey | <a href=\"https://github.com/sponsors/mrchantey\">sponsorships are very welcome</a>"
document.getElementById('page-wrapper').appendChild(footer);