Added a footer
This commit is contained in:
@@ -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>© 2020 Muhammed Ali Dilek</li>
|
||||
<li><a href="https://github.com/xemeds" target="_blank">GitHub</a></p></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user