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/500.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/500.html (limited to 'templates/500.html') diff --git a/templates/500.html b/templates/500.html new file mode 100644 index 0000000..919f26c --- /dev/null +++ b/templates/500.html @@ -0,0 +1,7 @@ + + 500 +{{ template "header" . }} + + 500 — something broke! + + -- cgit