added navbar and resolved redundance of the navbar
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Punktesystem</title>
|
||||
</head>
|
||||
<header>
|
||||
<nav>
|
||||
<p><a href="mannschaft.php">Mannschaftsverwaltung</a></p>
|
||||
<p><a href="stationen.php">Stationen</a></p>
|
||||
<p><a href="index.php">Startseite</a></p>
|
||||
</nav>
|
||||
</header>
|
||||
<?php echo file_get_contents("html/header.html"); ?>
|
||||
<?php echo file_get_contents("html/footer.html"); ?>
|
||||
Reference in New Issue
Block a user