This repository has been archived on 2023-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
web/inc/footer.php

11 lines
123 B
PHP
Executable File

</main>
<?php
if (file_exists(SITE . "/end.inc.html"))
require SITE . "/end.inc.html";
?>
</body>
</html>