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

9 lines
137 B
PHP
Raw Normal View History

2015-09-29 16:25:03 -04:00
@extends('public')
@section('content')
<h1>Page Not Found</h1>
<p>The page you were looking for could not be found.</p>
@stop