Adding a footer

This commit is contained in:
Yusur 2019-10-10 19:43:02 +02:00
parent 8e26a72bc9
commit 09a8575068
3 changed files with 9 additions and 2 deletions

View file

@ -32,6 +32,10 @@
{% endfor %}
{% block body %}{% endblock %}
</div>
<div class="footer">
<p class="copyright">&copy; 2019 Sakuragasaki46.
<a href="/about/">About</a></p>
</div>
<script src="/static/lib.js"></script>
</body>
</html>