diff --git a/templates/404.html b/templates/404.html
new file mode 100644
index 0000000..bc34c04
--- /dev/null
+++ b/templates/404.html
@@ -0,0 +1,8 @@
+{% extends "page.html" %}
+
+{% block main_content %}
+
+{% endblock main_content %}
\ No newline at end of file