mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 22:38:08 +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 %}
|