1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 14:28:03 +00:00
py-i2phosts/web/templates/jump-error.html

7 lines
162 B
HTML

{% extends "base.html" %}
{% block content %}
You are trying to access an invalid hostname. Maybe you're just mistyped it.<br>
Error: {{ error }}
{% endblock %}