DEV aus der Abgabe 1 #4

Merged
niklas.ortmann merged 55 commits from dev into main 2026-05-13 13:00:21 +02:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 86d724a0dd - Show all commits
+1 -1
View File
@@ -16,7 +16,7 @@
<body> <body>
<?php <?php
include_once '../../includes/navbar.php'; include_once '../includes/navbar.php';
?> ?>
<main> <main>
+1 -1
View File
@@ -16,7 +16,7 @@
<body> <body>
<?php <?php
include_once '../../includes/navbar.php'; include_once '../includes/navbar.php';
?> ?>
<main> <main>
+1 -1
View File
@@ -16,7 +16,7 @@
<body> <body>
<?php <?php
include_once '../../includes/navbar.php'; include_once '../includes/navbar.php';
?> ?>
<main> <main>