mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-10 06:47:58 +00:00
9 lines
134 B
HTML
9 lines
134 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<p>
|
||
|
Verification failed. Webserver returned http code: {{ code }}
|
||
|
</p>
|
||
|
|
||
|
{% endblock %}
|