123456789101112131415161718192021 |
- <?php include("header.php"); ?>
- <div class="container">
- <div class="row main-page">
- <div class="row">
- <h1>What is the Eye of Midas?</h1>
- <p>The Eye of Midas is a space exploration game where you can upgrade your ship, trade with other players and try to find rare alien artifacts.</p>
- <p>The rarest and most powerful of these artifacts is the Eye of Midas, a device that allows it's finder to request any single wish.</p>
- <p>Want a billion ₩? Want the best ship in the game? Just ask.</p>
- <p><em>Want to change the way the game works and request a new feature?</em> Unlimited power is contained within the Eye of Midas.</p>
- </div>
- <div class="row">
- <h3>Active Players</h3>
- none
- </div>
- <div class="row">
- <h3>Active Systems</h3>
- none
- </div>
- </div>
- </div>
- <?php include("footer.php"); ?>
|