mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-27 16:02:23 +03: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 |