2020-06-28 19:32:30 +02:00
|
|
|
@extends(templates/layout_normal)
|
2020-06-27 00:23:57 +02:00
|
|
|
|
2020-06-28 19:32:30 +02:00
|
|
|
@section(main)
|
2020-05-31 20:45:35 +02:00
|
|
|
<h2>404 | Page not found</h2>
|
2020-06-22 21:06:15 +02:00
|
|
|
<p>The requested URL was not found on this server. <a href="/" title="<?= $_ENV['APP_NAME'] ?>">Back to start.</a></p>
|
2020-06-27 00:23:57 +02:00
|
|
|
@endsection
|