summaryrefslogtreecommitdiffstats
path: root/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html
new file mode 100644
index 0000000..10431f4
--- /dev/null
+++ b/templates/404.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+
+{% block title %}<span style="color: orange;">OH NOZ!</span>{% endblock %}
+{% block content %}
+Sumthing iz wrong!
+{% endblock %}