Files
nexus/partials/structure/layout_end.php
2026-03-04 21:05:21 +01:00

10 lines
245 B
PHP
Executable File

</main>
</div>
<footer class="site-footer">
<div class="footer-left">© <?= date('Y') ?> Nexus</div>
<div class="footer-right">Security first · Internal only</div>
</footer>
<?php asset_scripts('footer'); ?>
</body>
</html>