Browse Source

Add template for 404 error

pull/1/head
Hidden Z 14 years ago
parent
commit
750c01e209
  1. 5
      web/templates/404.html

5
web/templates/404.html

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