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

6 lines
103 B
HTML
Raw Normal View History

2010-10-24 13:50:10 +00:00
{% extends "base.html" %}
{% block content %}
2017-01-28 09:22:48 +00:00
<center><h1>404 Not Found</h1></center>
2010-10-24 13:50:10 +00:00
{% endblock %}