feature: Add markets page

This commit is contained in:
Keith Solomon
2026-02-10 12:31:16 -06:00
parent f94b4dda95
commit 7c3e003088
3 changed files with 247 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
<div class="mb-6">
<a href="index.php" class="text-blue-400 hover:underline">Dashboard</a>
<span class="mx-2">|</span>
<a href="market.php" class="text-blue-400 hover:underline">Markets</a>
<span class="mx-2">|</span>
<a href="buy-ships.php" class="text-blue-400 hover:underline">Buy Ships</a>
<span class="mx-2">|</span>
<a href="mining-fleet.php" class="text-blue-400 hover:underline">Mining Fleet</a>