This commit is contained in:
ui0ppk 2023-02-05 11:23:50 +02:00
commit a657204d77
1 changed files with 5 additions and 3 deletions

View File

@ -85,9 +85,11 @@ class PartyStarter {
</div>
</nav>';
}
function footer() {
echo "<hr>hi this is footer";
}
function footer() { ?><hr>
<div class="text-center">
<h1>that was grublox</h1>
</div>
<?php }
}
?>