aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/error/404.ftlh
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2020-07-05 19:29:49 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2020-07-05 19:29:49 +0100
commit66e4782c5c422b4f99a4763212bdc974efffc65b (patch)
tree0c7f4c62a21c297808a9fd89339c117767453609 /src/main/resources/templates/error/404.ftlh
parent6f52bbd15bd7026b99433dfd30f5c74164b36b9d (diff)
downloadreddit-lite-66e4782c5c422b4f99a4763212bdc974efffc65b.tar.xz
reddit-lite-66e4782c5c422b4f99a4763212bdc974efffc65b.zip
Add dark theme. Improve display of multi-reddits. Add NetPositive inspired error pages
Diffstat (limited to 'src/main/resources/templates/error/404.ftlh')
-rw-r--r--src/main/resources/templates/error/404.ftlh12
1 files changed, 12 insertions, 0 deletions
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 @@
+<html>
+ <head>
+ <title>404</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link href="/stylesheets/style.css" media="screen" rel="stylesheet" type="text/css" />
+ </head>
+ <body>
+ You step in the stream<br/>
+ But the water has moved on<br/>
+ This page was not found
+ </body>
+</html>