From 2fc22e6c9b3600eba61a54cdddf4d57178847748 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sun, 13 Dec 2015 05:07:41 -0500 Subject: [PATCH] Make the font more readable and remove the dependency on Google Fonts for the 'Be Right Back' page, and add a 404 (Page Not Found) error page --- resources/views/errors/404.blade.php | 45 ++++++++++++++++++++++++++++ resources/views/errors/503.blade.php | 8 ++--- 2 files changed, 48 insertions(+), 5 deletions(-) create mode 100644 resources/views/errors/404.blade.php diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php new file mode 100644 index 0000000..72ff1d4 --- /dev/null +++ b/resources/views/errors/404.blade.php @@ -0,0 +1,45 @@ + + + + Page Not Found - {{ env('SITE_NAME') }} + + + + +
+
+
Page Not Found
+
+
+ + diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php index 0380666..ca6d40c 100644 --- a/resources/views/errors/503.blade.php +++ b/resources/views/errors/503.blade.php @@ -1,9 +1,7 @@ - Be right back. - - + Be Right Back - {{ env('SITE_NAME') }}