2021-04-20 09:41:25 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
function returnHeader() {
|
|
|
|
?>
|
|
|
|
<!Doctype html>
|
|
|
|
<html lang="de">
|
|
|
|
<head>
|
|
|
|
<title>Alumni Max Emden</title>
|
|
|
|
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
|
2021-04-20 11:22:09 +02:00
|
|
|
<link href="https://cdn.datatables.net/1.10.24/css/jquery.dataTables.min.css" rel="stylesheet">
|
2021-04-20 09:41:25 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
}
|
|
|
|
|
|
|
|
function returnFooter() {
|
|
|
|
?>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
<?php
|
|
|
|
}
|