rvr-nextgen/views/error/404.php

7 lines
286 B
PHP
Raw Normal View History

2023-04-08 00:42:55 +02:00
@extends(templates/layout_normal)
@section(main)
<h2>404 | Page not found</h2>
2023-04-16 20:54:29 +02:00
<p>The requested URL was not found on this server. <a href="<?= Container::$routeCollection->getRoute('home')->generateLink() ?>" title="<?= $_ENV['APP_NAME'] ?>">Back to start.</a></p>
2023-04-08 00:42:55 +02:00
@endsection