style.css already does this...

This commit is contained in:
Firepup Sixfifty 2024-04-27 00:09:02 -05:00
parent 4ac0a70c4d
commit 4cf94221b7
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -4,7 +4,5 @@ ${location.pathname !== "/"? '<br/><a href="/" class="cyan">Return to index</a>'
<br/>
<span class="rainbow">Website © 2023 Firepup650</span>
`;
foot.style.marginTop = "auto";
foot.style.textAlign = "center";
document.querySelector("body").append(foot);
console.debug("Footer Script done.")