Update year in footer
This commit is contained in:
parent
97d4015228
commit
2721f3bc54
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ 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>
|
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>': ''}
|
${location.pathname !== "/"? '<br/><a href="/" class="cyan">Return to index</a>': ''}
|
||||||
<br/>
|
<br/>
|
||||||
<span class="rainbow">Website © 2023 Firepup650</span>
|
<span class="rainbow">Website © 2025 Firepup650</span>
|
||||||
`;
|
`;
|
||||||
document.querySelector("body").append(foot);
|
document.querySelector("body").append(foot);
|
||||||
console.debug("Footer Script done.")
|
console.debug("Footer Script done.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue