This commit is contained in:
2026-03-04 21:05:21 +01:00
parent b04a404654
commit bd683597c9
6 changed files with 255 additions and 464 deletions

View File

@@ -1,11 +1,9 @@
</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>
</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>