Commit 220bfadd authored by Cole Bemis's avatar Cole Bemis

Add footer

parent e4c1c6f7
<footer>
<ul>
<li><a href="#">Donate</a></li>
<li><a href="#">GitHub</a></li>
<li><a href="#">Change Log</a></li>
<li><a href="#">License</a></li>
<li><a href="#">Contact</a></li>
</ul>
<p><a href="#">Made by Cole Bemis</a></p>
<p>&copy; 2017 Cole Bemis</p>
</footer>
\ No newline at end of file
......@@ -9,5 +9,6 @@
</head>
<body>
{% include header.html %}
{% include footer.html %}
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment