feature: Added ship details and mining fleet pages

This commit is contained in:
Keith Solomon
2026-02-10 06:23:15 -06:00
parent 58353b249a
commit 2424f87185
6 changed files with 1703 additions and 2 deletions

View File

@@ -89,6 +89,10 @@ $hasToken = is_string( $token ) && trim( $token ) !== '';
</form>
</div>
<a href="agent-info.php" class="text-blue-400 hover:underline">Back to Agent Info</a>
<div class="flex gap-4">
<a href="agent-info.php" class="text-blue-400 hover:underline">Agent Info</a>
<a href="buy-ships.php" class="text-blue-400 hover:underline">Buy Ships</a>
<a href="mining-fleet.php" class="text-blue-400 hover:underline">Mining Fleet</a>
</div>
</body>
</html>