BookStack/resources/views/errors/404.blade.php

11 lines
166 B
PHP
Raw Normal View History

2015-12-28 17:19:23 +00:00
@extends('base')
2015-09-29 20:25:03 +00:00
@section('content')
2015-12-28 17:19:23 +00:00
<div class="container">
2015-09-29 20:25:03 +00:00
<h1>Page Not Found</h1>
<p>The page you were looking for could not be found.</p>
2015-12-28 17:19:23 +00:00
</div>
2015-09-29 20:25:03 +00:00
@stop