mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
9 lines
137 B
PHP
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
|