Commited_Lines Comic website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
commited_lines/js/comic_footer.js

10 lines
680 B

//the footer of the site would be handled in this javascript file, so you don't have to copypaste the whole thing onto every page.
//at the bottom of your page, but before the js script calls and the closing body tag, put an empty div with a class of "writeFooter"
document.querySelector(".writeFooter").innerHTML = `
<footer align="center">
<p>Commited Lines is a webcomic made for fun.</p>
<a href="https://waifuism.life"><img src="img/stamp_waifuism_life.png" height = "30" /></a>
<p><strong>Powered by</strong></p>
<a href="https://rarebit.neocities.org"><img src="img/rarebitlogo_small.png" height = "30" /></a>
</footer>
`;