This commit is contained in:
2026-03-02 21:44:39 +01:00
parent 3faee1f6c4
commit f56b63cff6
5 changed files with 271 additions and 15 deletions

View File

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