1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 22:38:08 +00:00
py-i2phosts/web/templates/jump-unknown.html
Hidden Z 001ee4adc7 web/templates/jump-unknown.html: new template for jumper
It used to display error about unknown hostname access try.
2010-10-25 18:25:42 +00:00

6 lines
108 B
HTML

{% extends "base.html" %}
{% block content %}
You are trying to access an unknown hostname.
{% endblock %}