1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-11 07:17:54 +00:00
py-i2phosts/web/templates/base.html

18 lines
286 B
HTML
Raw Normal View History

<html>
<title>
{% block title %}
Host-add service
{% endblock %}
</title>
<head></head>
<body>
2010-10-06 19:02:08 +00:00
{% block content %}
{% endblock %}
2010-10-24 13:48:10 +00:00
{% block footer %}
<hr>
<center>Powered-by: <a href=http://py-i2phosts.i2p/>py-i2phosts</a></center>
{% endblock %}
</body>
</html>
2010-10-06 19:02:08 +00:00