BookStack/resources/views/errors/404.blade.php
2015-12-28 17:19:23 +00:00

11 lines
166 B
PHP

@extends('base')
@section('content')
<div class="container">
<h1>Page Not Found</h1>
<p>The page you were looking for could not be found.</p>
</div>
@stop