bookstack/resources/views/errors/404.blade.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