8 lines
190 B
PHP
8 lines
190 B
PHP
<?php
|
|
http_response_code(404);
|
|
?>
|
|
<section class="mm-shell">
|
|
<h1 class="mm-title">Seite nicht gefunden</h1>
|
|
<p class="mm-subtitle">Die angeforderte Seite existiert nicht.</p>
|
|
</section>
|