This commit is contained in:
Torsten Schulz
2023-06-16 11:57:49 +02:00
commit 44da93c0e9
328 changed files with 134580 additions and 0 deletions

13
include/header.php Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Förderverein August-Jaspert-Schule e.V.</title>
<link rel="stylesheet" type="text/css" href="style/main.css" />
</head>
<body>
<header>
<h1>Förderverein August-Jaspert-Schule e.V.</h1>
</header>
<?php include 'include/menu.php'; ?>
<main>