Browse Source

web/templates/base.html: add footer

pull/1/head
Hidden Z 14 years ago
parent
commit
98a58068db
  1. 4
      web/templates/base.html

4
web/templates/base.html

@ -8,6 +8,10 @@ @@ -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>

Loading…
Cancel
Save