1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-03-10 12:21:11 +00:00

Add template for 404 error

This commit is contained in:
Hidden Z 2010-10-24 13:50:10 +00:00
parent e44be42738
commit 750c01e209

5
web/templates/404.html Normal file
View File

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
<center><h1>404 Not Found</h1></center>
{% endblock %}