added first version of the subpages

This commit is contained in:
2022-04-20 23:23:25 +02:00
parent 844e3f3226
commit 117cba0e2c
6 changed files with 59 additions and 7 deletions

11
app/public/statistik.php Normal file
View File

@@ -0,0 +1,11 @@
<!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>