From 66e4782c5c422b4f99a4763212bdc974efffc65b Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sun, 5 Jul 2020 19:29:49 +0100 Subject: Add dark theme. Improve display of multi-reddits. Add NetPositive inspired error pages --- src/main/resources/templates/error/404.ftlh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/main/resources/templates/error/404.ftlh (limited to 'src/main/resources/templates/error/404.ftlh') diff --git a/src/main/resources/templates/error/404.ftlh b/src/main/resources/templates/error/404.ftlh new file mode 100644 index 0000000..3237d4d --- /dev/null +++ b/src/main/resources/templates/error/404.ftlh @@ -0,0 +1,12 @@ + + + 404 + + + + + You step in the stream
+ But the water has moved on
+ This page was not found + + -- cgit v1.2.3