]> BookStack Code Mirror - bookstack/blob - resources/views/errors/404.blade.php
Added mulit image-type compatability to manager & app and added scaled image selection
[bookstack] / resources / views / errors / 404.blade.php
1 @extends('public')
2
3 @section('content')
4
5
6     <h1>Page Not Found</h1>
7     <p>The page you were looking for could not be found.</p>
8
9 @stop