From 2c6dfa0797d733a86dcffbc125fa4912c1b38d7d Mon Sep 17 00:00:00 2001 From: Jackz Date: Wed, 16 Apr 2025 13:33:59 -0500 Subject: [PATCH] Add 404 page --- server/templates/errors/404.html.hbs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 server/templates/errors/404.html.hbs diff --git a/server/templates/errors/404.html.hbs b/server/templates/errors/404.html.hbs new file mode 100644 index 0000000..69bcdd1 --- /dev/null +++ b/server/templates/errors/404.html.hbs @@ -0,0 +1,12 @@ +{{#> layouts/default body-class="has-background-white-ter login-bg" }} +

+
+

storage-app

+
+

404 Page Not Found

+

The requested resource {{ path }} can't be found

+
+

Return home

+
+
+{{/layouts/default}} \ No newline at end of file