diff --git a/templates/error-404.html b/templates/error-404.html new file mode 100644 index 0000000000000000000000000000000000000000..47c7d95ff58aeb248156a28e809c14660983be6f --- /dev/null +++ b/templates/error-404.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} +{% load static %} +{% block title %}Test pages{% endblock %} + +{% block content %} +<h1>The pages that you're looking for doesn't exist.</h1> +{% endblock %} \ No newline at end of file