From c59d38796076ff49dd005d07c0ffa626cef5bd6f Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Sat, 1 Apr 2023 20:33:27 -0500 Subject: [PATCH] 404 page --- src/Themes/BenRameyTheme/Views/Shared/NotFound.liquid | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Themes/BenRameyTheme/Views/Shared/NotFound.liquid diff --git a/src/Themes/BenRameyTheme/Views/Shared/NotFound.liquid b/src/Themes/BenRameyTheme/Views/Shared/NotFound.liquid new file mode 100644 index 0000000..eff68bf --- /dev/null +++ b/src/Themes/BenRameyTheme/Views/Shared/NotFound.liquid @@ -0,0 +1,10 @@ +
+

404 : Page not found

+

+ Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. +

+

+ Head back home + to try finding it again. +

+
\ No newline at end of file