Don't show on index

This commit is contained in:
Firepup Sixfifty 2023-10-01 21:55:26 -05:00
parent 54540db92a
commit 7930007151

View file

@ -1,7 +1,6 @@
var foot = document.createElement("footer");
foot.innerHTML = `<span class="rainbow">This website uses </span><a href="https://bookie0.repl.co" class=cyan>Bookie0's</a> <a href="https://bouncecss.bookie0.repl.co/" class=cyan>BounceCSS</a><span class="rainbow"> for styling.</span>
<br/>
<a href="/" class="cyan">Return to index</a>
${if location.pathname == "/"? '<br/><a href="/" class="cyan">Return to index</a>': ''}
<br/>
<span class="rainbow">Website © 2023 Firepup650</span>
`;