hostnames registration application for I2P
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<html> |
|
<title> |
|
{% block title %} |
|
{{ title }} |
|
{% endblock %} |
|
</title> |
|
<head></head> |
|
<body> |
|
{% block content %} |
|
{% endblock %} |
|
{% block footer %} |
|
<hr> |
|
<center>Powered-by: <a href=http://py-i2phosts.i2p/>py-i2phosts</a></center> |
|
{% endblock %} |
|
</body> |
|
</html> |
|
|
|
|