11 lines
307 B
PHP
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">© <?= date('Y') ?> Nexus Control Panel. System Status: Nominal.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|