1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-26 06:24:29 +00:00

web/templates/jump-unknown.html: new template for jumper

It used to display error about unknown hostname access try.
This commit is contained in:
Hidden Z 2010-10-25 18:25:42 +00:00
parent c2b621bc69
commit 001ee4adc7

View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
You are trying to access an unknown hostname.
{% endblock %}