This commit is contained in:
xoy 2023-02-26 14:06:22 +01:00
parent d118744446
commit 8164c9cc00
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<link rel="stylesheet" href="/styles/home.css"> <link rel="stylesheet" href="/styles/home.css">
<link rel="stylesheet" href="/styles/events.css"> <link rel="stylesheet" href="/styles/events.css">
<?php require 'php/generator.php'; ?> <?php require '/php/generator.php'; ?>
</head> </head>
<body> <body>
<div class="newBanner"> <div class="newBanner">
@ -20,7 +20,7 @@
<header> <header>
<img src="/images/logo_ctdo.svg" alt="ctdo logo"> <img src="/images/logo_ctdo.svg" alt="ctdo logo">
<?php print_element("nav"); ?> <?php print_element("nav"); echo "test"; ?>
</header> </header>
<main> <main>