rebuild
This commit is contained in:
11
partials/landingpages/errorpages/404.php
Normal file
11
partials/landingpages/errorpages/404.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
http_response_code(404);
|
||||
?>
|
||||
<div class="card">
|
||||
<div class="pill">404</div>
|
||||
<h1 style="margin-top:.75rem;">Seite nicht gefunden</h1>
|
||||
<p class="muted">Die angeforderte Seite existiert nicht oder wurde verschoben.</p>
|
||||
<div style="margin-top:1rem;">
|
||||
<a class="nav-link" href="/">Zur Startseite</a>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user