home.php 827 B

123456789101112131415161718192021
  1. <?php include("header.php"); ?>
  2. <div class="container">
  3. <div class="row main-page">
  4. <div class="row">
  5. <h1>What is the Eye of Midas?</h1>
  6. <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>
  7. <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>
  8. <p>Want a billion ₩? Want the best ship in the game? Just ask.</p>
  9. <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>
  10. </div>
  11. <div class="row">
  12. <h3>Active Players</h3>
  13. none
  14. </div>
  15. <div class="row">
  16. <h3>Active Systems</h3>
  17. none
  18. </div>
  19. </div>
  20. </div>
  21. <?php include("footer.php"); ?>