diff --git a/templates/404.html b/templates/404.html
new file mode 100644
index 0000000..2c65fcd
--- /dev/null
+++ b/templates/404.html
@@ -0,0 +1,17 @@
+{% extends "base.html" %}
+
+{% block title %}AS215085 - Router tools | 404{% endblock %}
+
+{% block content %}
+
+ 404 Not found
+
+ Ooops! sorry this page was not found
+
+
+
+
+
+{% endblock %}
\ No newline at end of file