diff --git a/web/templates/404.html b/web/templates/404.html new file mode 100644 index 0000000..8a05b63 --- /dev/null +++ b/web/templates/404.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block content %} +

404 Not Found

+{% endblock %}