var foot = document.createElement("footer"); foot.innerHTML = `${location.pathname !== "/"? 'Return to index
': ''} Website © 2025 Firepup650 `; document.querySelector("body").append(foot); console.debug("Footer Script done.")