✨feature: Added ship details and mining fleet pages
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user