diff --git a/public/scripts/footer.js b/public/scripts/footer.js index 7ab0a89..2fc9af6 100644 --- a/public/scripts/footer.js +++ b/public/scripts/footer.js @@ -1,7 +1,5 @@ var foot = document.createElement("footer"); -foot.innerHTML = `This website uses Bookie0's BounceCSS for styling. -${location.pathname !== "/"? '
Return to index': ''} -
+foot.innerHTML = `${location.pathname !== "/"? 'Return to index
': ''} Website © 2025 Firepup650 `; document.querySelector("body").append(foot);