do shit with the footer

master
Drake 2 years ago
parent 6bf32f67cb
commit c305402a85

@ -47,5 +47,16 @@
</script>
<div id="footer">
</div>
<noscript>
<a href = "/index.html" class = "grey padding">Homepage</a>
<a href = "/blog/blog.html" class = "grey padding">Blog</a>
<a href = "/rambles/rambles.html" class = "grey padding">Rambles</a>
<a href = "/projects.html" class = "grey padding">Projects</a>
<a href = "/cool.html" class = "grey padding">Stuff I Like</a>
<a href = "/TODO.html" class = "grey padding">Website Todos</a>
<a href = "/info.html" class = "grey padding">About Me</a>
<a href = "/contact.html" class = "grey padding">Contact Us</a>
<span class = "grey padding-right" style = "font-size: small; float: right;">&copy; 2020-2021 Ruthenic</span>
</noscript>
</body>
</html>

Loading…
Cancel
Save