11 lines
384 B
PHTML
Raw Normal View History

2018-05-02 11:01:38 +02:00
<?php $this->layout('layout::default', ['title' => '404 Not Found']) ?>
<section class="error">
<h1>Oops!</h1>
<h2>This is awkward.</h2>
<p>We encountered a 404 Not Found error.</p>
<p>
You are looking for something that doesn't exist or may have moved. Check out one of the links on this page
or head back to <a href="/">Home</a>.
</p>
</section>