]> BookStack Code Mirror - bookstack/blob - resources/views/errors/404.blade.php
0062bb25895ca9f276c3fd9ba89e4657d9a2917b
[bookstack] / resources / views / errors / 404.blade.php
1 @extends('base')
2
3 @section('content')
4
5
6 <div class="container">
7     <h1>Page Not Found</h1>
8     <p>The page you were looking for could not be found.</p>
9 </div>
10
11 @stop