Files
nexus/partials/structure/layout_end.php
2026-03-04 02:41:43 +01:00

12 lines
297 B
PHP
Executable File

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