Remove bookie's credit from the footer, that's on the /usage page anyways
This commit is contained in:
parent
5554deea80
commit
1810863af4
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
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>
|
||||
${location.pathname !== "/"? '<br/><a href="/" class="cyan">Return to index</a>': ''}
|
||||
<br/>
|
||||
foot.innerHTML = `${location.pathname !== "/"? '<a href="/" class="cyan">Return to index</a><br/>': ''}
|
||||
<span class="rainbow">Website © 2025 Firepup650</span>
|
||||
`;
|
||||
document.querySelector("body").append(foot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue