mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-10 14:58:05 +00:00
7 lines
162 B
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 %}
|