added navbar and resolved redundance of the navbar

This commit is contained in:
2022-05-07 18:10:47 +02:00
parent 117cba0e2c
commit 2499684dbf
7 changed files with 84 additions and 49 deletions

View File

@@ -1,19 +1,6 @@
<!DOCTYPE html>
<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="statistik.php">Statistik</a></p>
</nav>
</header>
<body>
<h1></h1>
<p><?php phpinfo() ?></p>
</body>
</html>
<?php echo file_get_contents("html/header.html"); ?>
<body>
<h1><span>Punktesystem Kreispokalwettbewerb Altdorf</span></h1>
<p>test</p>
</body>
<?php echo file_get_contents("html/footer.html"); ?>