From 856f66808b913baff13c815daec3cdde7121e3bd Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 11 Dec 2022 11:22:47 +0530 Subject: all: init --- templates/404.html | 7 +++++++ 1 file changed, 7 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..c3825f4 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,7 @@ + + 404 +{{ template "header" . }} + + 404 — nothing like that here + + -- cgit