feature: Move agent-info.php to index.php

This commit is contained in:
Keith Solomon
2026-02-10 06:38:24 -06:00
parent 541538828b
commit d821a7e684
6 changed files with 554 additions and 589 deletions

View File

@@ -205,7 +205,7 @@ try {
</head>
<body class="container mx-auto px-4 py-8 bg-stone-800 text-gray-200">
<div class="mb-6 flex gap-4">
<a href="agent-info.php" class="text-blue-400 hover:underline">Agent Info</a>
<a href="index.php" class="text-blue-400 hover:underline">Agent Info</a>
<a href="mining-fleet.php" class="text-blue-400 hover:underline">Mining Fleet</a>
<a href="buy-ships.php" class="text-blue-400 hover:underline">Buy Ships</a>
<a href="config.php" class="text-blue-400 hover:underline">Configuration</a>