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:
parent
e44be42738
commit
750c01e209
5
web/templates/404.html
Normal file
5
web/templates/404.html
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<center><h1>404 Not Found</h1></center>
|
||||||
|
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user