From 028f23e96dd4c6a86465cb616be84480ac3a7a1e Mon Sep 17 00:00:00 2001 From: Ahmed M Alaa Date: Sat, 3 Dec 2022 21:01:01 +0200 Subject: init: just ported the theme --- templates/404.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/404.html (limited to 'templates/404.html') diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..65919ff --- /dev/null +++ b/templates/404.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block content %} + 404 +{% endblock content %} \ No newline at end of file -- cgit v1.2.3