🐷👩❤️💋👩 Checkpoint
./signup/index.html:69682263/117 ./scripts/footer.js:69682263/417 ./index.html:69682263/150
This commit is contained in:
13
scripts/footer.js
Normal file
13
scripts/footer.js
Normal file
@ -0,0 +1,13 @@
|
||||
/* populate footer */
|
||||
|
||||
let footerHTML = `
|
||||
<p>Created by <a href="https://leecat.art">Lee Cattarin</a></p>
|
||||
<p>Site feedback? Questions? <a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest">Reach out to Lee</a></p>
|
||||
`
|
||||
|
||||
function populateFooter() {
|
||||
let footer = document.getElementById("footer");
|
||||
footer.innerHTML = footerHTML;
|
||||
}
|
||||
|
||||
populateFooter();
|
||||
Reference in New Issue
Block a user