BookStack/resources/views/errors/404.blade.php
2015-09-29 21:25:03 +01:00

9 lines
137 B
PHP

@extends('public')
@section('content')
<h1>Page Not Found</h1>
<p>The page you were looking for could not be found.</p>
@stop