mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
12 lines
242 B
PHP
12 lines
242 B
PHP
@extends('base')
|
|
|
|
@section('content')
|
|
|
|
|
|
<div class="container">
|
|
<h1 class="text-muted">Page Not Found</h1>
|
|
<p>Sorry, The page you were looking for could not be found.</p>
|
|
<a href="/" class="button">Return To Home</a>
|
|
</div>
|
|
|
|
@stop |