]> BookStack Code Mirror - bookstack/blobdiff - resources/views/errors/404.blade.php
Improved 404 page and updated tests for empty search
[bookstack] / resources / views / errors / 404.blade.php
index 0062bb25895ca9f276c3fd9ba89e4657d9a2917b..191cf758faeabe7f18d83a728d2e389304006614 100644 (file)
@@ -4,8 +4,9 @@
 
 
 <div class="container">
-    <h1>Page Not Found</h1>
-    <p>The page you were looking for could not be found.</p>
+    <h1 class="text-muted">Page Not Found</h1>
+    <p>Sorry, The page you were looking for could not be found.</p>
+    <a href="/" class="button">Return To Home</a>
 </div>
 
 @stop
\ No newline at end of file