mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Accounted for non-existant entities
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
@extends('public')
|
||||
@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
|
Reference in New Issue
Block a user