Linkanpassungen

This commit is contained in:
NOrtmann1
2026-05-12 18:00:32 +02:00
parent 299140da94
commit bde79ace3a
2 changed files with 4 additions and 6 deletions
+4 -4
View File
@@ -35,11 +35,11 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
<div class="nav__item nav__dropdown">
<button class="nav__dropdown-toggle">MINT</button>
<div class="nav__dropdown-menu">
<a href="404.php">Mathematik</a>
<a href="mathe.php">Mathematik</a>
<a href="404.php">Biologie</a>
<a href="404.php">Chemie</a>
<a href="404.php">Physik</a>
<a href="404.php">Informatik</a>
<a href="physik.php">Physik</a>
<a href="informatik.php">Informatik</a>
<a href="404.php">Astronomie</a>
</div>
</div>
@@ -71,7 +71,7 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
</div>
<div class="nav__right">
<a href = "content/profile.php" class="nav_item nav__link">Profil</a>
<a href = "profile.php" class="nav_item nav__link">Profil</a>
<div class="nav__search">
<?php
include_once 'search.php';
-2
View File
@@ -17,8 +17,6 @@
<?php
include_once 'includes/navbar.php';
//Dynamischer Inhalt (später mit php...):
include_once 'content/home.php';
?>
<main>