creative.php 638 B

1234567891011121314151617
  1. <template id="main">
  2. <div class="textwall-container">
  3. <div class="page-header">
  4. <h2 class="page-header-content">Creative</h2>
  5. </div>
  6. <div class="feature_containers">
  7. <div class="feature_container">
  8. <h2 class="feature_heading">Creative World</h2>
  9. <img class="feature_image" src="images/creative_gamemode.jpg" alt="Creative Gamemode">
  10. <p class="feature_text">Our creative world is the perfect platform to use gamemode creative and to share your buildings with other players. You can also create plots for a lower price.<br></p>
  11. </div>
  12. </div>
  13. </div>
  14. </template>
  15. <?php include "base.php"; ?>