Update 404.php

This commit is contained in:
NOrtmann1
2026-05-13 22:55:47 +02:00
parent d5f4f2b8a5
commit f909d0453b
+4 -4
View File
@@ -19,12 +19,12 @@
<body> <body>
<?php
include_once 'includes/navbar.php';
?>
<main> <main>
<?php
include_once 'includes/navbar.php';
?>
<h1>404 - Seite nicht vorhanden</h1> <h1>404 - Seite nicht vorhanden</h1>
<p> <p>
Später im Projekt sollen über index.php?pfad= ... der Inhalt der index.php dynamisch gesetzt werden. Später im Projekt sollen über index.php?pfad= ... der Inhalt der index.php dynamisch gesetzt werden.