initial
This commit is contained in:
13
include/header.php
Normal file
13
include/header.php
Normal 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>
|
||||
Reference in New Issue
Block a user