11 lines
274 B
PHP
Executable File
11 lines
274 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>
|
|
<?php asset_scripts('footer'); ?>
|
|
</body>
|
|
</html>
|