1234567891011121314151617 |
- <template id="main">
- <div class="textwall-container">
- <div class="page-header">
- <h2 class="page-header-content">Creative</h2>
- </div>
-
- <div class="feature_containers">
- <div class="feature_container">
- <h2 class="feature_heading">Creative World</h2>
- <img class="feature_image" src="images/creative_gamemode.jpg" alt="Creative Gamemode">
- <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>
- </div>
- </div>
- </div>
- </template>
- <?php include "base.php"; ?>
|