Files
nexus/public/page/layout_end.php
2026-03-02 01:45:57 +01:00

11 lines
307 B
PHP

</div>
</main>
<footer class="bg-gray-800 border-t border-gray-700 mt-auto">
<div class="max-w-7xl mx-auto py-4 px-4 sm:px-6 lg:px-8">
<p class="text-center text-gray-500 text-xs">&copy; <?= date('Y') ?> Nexus Control Panel. System Status: Nominal.</p>
</div>
</footer>
</body>
</html>