Browse Source

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

It used to display error about unknown hostname access try.
pull/1/head
Hidden Z 14 years ago
parent
commit
001ee4adc7
  1. 5
      web/templates/jump-unknown.html

5
web/templates/jump-unknown.html

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