This commit is contained in:
2025-12-23 00:54:29 +01:00
parent 6f5edaaa5b
commit 746dbae23e

26
public/page/404.php Executable file
View File

@@ -0,0 +1,26 @@
<?
?>
<section class="page_404">
<div class="container">
<div class="row">
<div class="col-sm-12 " >
<div class="col-sm-10 col-sm-offset-1 text-center"
>
<div class="four_zero_four_bg">
<h1 class="text-center "></h1>
</div>
<div class="contant_box_404">
<h3 class="h2">
Hier fehlt irgendwas
</h3>
<p>die aufgerufene Seite existiert (noch) nicht!</p>
<a href="https://kusche.berlin" class="link_404">Zur Startseite</a>
</div>
</div>
</div>
</div>
</div>
</section>