Update classes.php

This commit is contained in:
nolanwhy 2023-02-05 10:19:36 +01:00
parent 2bee4a2617
commit 0d7582627b
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ class PartyStarter {
</div>
</nav>';
}
function footer() {
echo "<hr>hi this is footer";
}
}
?>