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

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<title>Punktesystem</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
</head>
<header>
<section>
<div id="logo">
<img src="Bilder/Jugendfeuerwehr-Altdorf.gif" alt="">
Punktesystem-KSP</div>
<nav>
<a href="index.php">Home</a>
<a href="mannschaft.php">Mannschaftsverwaltung</a>
<a href="stationen.php">Stationen</a>
<a href="statistik.php">Statistik</a>
</nav>
</section>
</header>