mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 10:23:16 +08:00
11 lines
166 B
PHP
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 |