New version
This commit is contained in:
7
public/page/404.php
Normal file
7
public/page/404.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user