Update 404.php

This commit is contained in:
NOrtmann1
2026-05-11 19:07:31 +02:00
parent b2c79c636a
commit 2252ec2646
+5 -2
View File
@@ -20,13 +20,16 @@
<body>
<main>
<?php
include_once 'includes/navbar.php';
?>
<h1>404 - Seite nicht vorhanden</h1>
<p>
Später im Projekt sollen über index.php?pfad=... der Inhalt der index.php dynamisch gesetzt werden.
Alle Content-Links der Navbar führen zunächst hier her.
</p>
</main>
<footer style="position:fixed;bottom:0;width:100%;background:#fff;text-align:center;">