Update 404.php

This commit is contained in:
NOrtmann1
2026-05-13 22:55:47 +02:00
parent d5f4f2b8a5
commit f909d0453b
+2 -2
View File
@@ -19,12 +19,12 @@
<body> <body>
<main>
<?php <?php
include_once 'includes/navbar.php'; include_once 'includes/navbar.php';
?> ?>
<main>
<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.