mapguesser/views/error/404.php

7 lines
223 B
PHP
Raw Normal View History

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