diff --git a/public/scripts/footer.js b/public/scripts/footer.js index 3531c6d..9b3a6b0 100644 --- a/public/scripts/footer.js +++ b/public/scripts/footer.js @@ -1,6 +1,6 @@ var foot = document.createElement("footer"); foot.innerHTML = `This website uses Bookie0's BounceCSS for styling. -${if location.pathname == "/"? '
Return to index': ''} +${location.pathname == "/"? '
Return to index': ''}
Website © 2023 Firepup650 `;