2023-01-26 20:58:13 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="de">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>ctdo - events</title>
|
2023-02-26 13:03:35 +00:00
|
|
|
<link rel="stylesheet" href="/styles/main.css">
|
|
|
|
<link rel="stylesheet" href="/styles/events.css">
|
|
|
|
|
|
|
|
<?php require 'php/generator.php'; ?>
|
2023-01-26 20:58:13 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-02-26 13:03:35 +00:00
|
|
|
<div class="newBanner">Rundgang</div>
|
|
|
|
|
2023-01-26 20:58:13 +00:00
|
|
|
<header>
|
2023-02-26 13:03:35 +00:00
|
|
|
<img src="/images/logo_ctdo.svg" alt="ctdo logo">
|
|
|
|
<?php print_element("nav"); ?>
|
2023-01-26 20:58:13 +00:00
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
!RAUMSTATUS
|
|
|
|
|
|
|
|
<h1>Events</h1>
|
|
|
|
!TOPICTREFF
|
|
|
|
!EVENTS
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
!FOOTERNAV
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|