Added a footer

This commit is contained in:
xemeds
2020-07-19 21:52:15 +00:00
parent 01d64e40bf
commit c229f4e0c3
2 changed files with 47 additions and 0 deletions
+12
View File
@@ -9,6 +9,18 @@
<title>tiny0 - Custom URL Shortener</title>
</head>
<div id="page-container">
<div id="content-wrap">
{% block body %}{% endblock %}
</div>
</div>
<footer>
<ul class="footer-list">
<li>&#169; 2020 Muhammed Ali Dilek</li>
<li><a href="https://github.com/xemeds" target="_blank">GitHub</a></p></li>
</ul>
</footer>
</html>