]> BookStack Code Mirror - bookstack/blob - resources/views/errors/404.blade.php
Improved 404 page and updated tests for empty search
[bookstack] / resources / views / errors / 404.blade.php
1 @extends('base')
2
3 @section('content')
4
5
6 <div class="container">
7     <h1 class="text-muted">Page Not Found</h1>
8     <p>Sorry, The page you were looking for could not be found.</p>
9     <a href="/" class="button">Return To Home</a>
10 </div>
11
12 @stop