Update classes.php

This commit is contained in:
nolanwhy 2023-02-05 10:23:14 +01:00
parent 0d7582627b
commit f056019020
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 }
}
?>