1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 06:18:05 +00:00

web/templates/base.html: add footer

This commit is contained in:
Hidden Z 2010-10-24 13:48:10 +00:00
parent d6f9f2ed99
commit 98a58068db

View File

@ -8,6 +8,10 @@
<body>
{% block content %}
{% endblock %}
{% block footer %}
<hr>
<center>Powered-by: <a href=http://py-i2phosts.i2p/>py-i2phosts</a></center>
{% endblock %}
</body>
</html>