Advertisement
Guest User

Untitled

a guest
Oct 15th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. <?php
  2. $home = true;
  3. $title = 'Home';
  4. include('header.php');
  5. ?>
  6.  
  7. <div class="bg">
  8. <div class="container_12">
  9. <div class="grid_6"><a href="http://www.mingul.co.uk"><img src="images/logo.png" alt="" /></a></div>
  10. <div class="grid_6">
  11.  
  12. </div>
  13.  
  14.  
  15.  
  16. <div class="clear"></div>
  17. <div class="grid_12" id="content">
  18. <div class="content-spacer">
  19.  
  20.  
  21.  
  22. <h2>Welcome to Mingul</h2>
  23. <p>Mingul is an independent server, run by the thriving community of Minecraft. The staff and players make Mingul what it is today. Take a look around the website to get a feel for Mingul, or jump straight in at <a href="#">mc.mingul.co.uk</a></p>
  24. <p>We've got rules set in place to ensure everyone has fun but isn't too limited. We have plugins in place to rollback and ban griefers. We do our best to prevent this at all, but sometimes griefers get the better on any server.</p>
  25.  
  26. <h2>Teamspeak</h2>
  27. <p>If you've been with Mingul before, you'll remember the crazy times we had on the Mingul Teamspeak Server. Well, we're glad to tell you the Teamspeak is back! Forgotten Mingul FM? You'll remember soon enough. Head over to;
  28. <a href="#">193.0.159.15:9988</a> on Teamspeak and join in the fun. </p>
  29.  
  30.  
  31. <h2>Founders</h2>
  32. <p>Want to talk to one of the Founders? Sometimes, the Founders won't always be on. Sometimes they'll all be on at once. It just depends on other things in their lives. However, be sure they do make a lot of time for Mingul.</p>
  33.  
  34. <p>The Founders are; chocants (Jadon), minecraftmatt86 (Matt) and Lynnm (Lynn). We have all of these Founders to thank for individual parts of the Server. We have chocants to thank for creating the Spawn(s), Configuring Plugins and Setting up the Teamspeak and Website. However, we have Lynnm to thank for building the Beach, Docks, Shops and Boat in Spawn. Nevertheless, we cannot forget minecraftmatt86 who made the Capture The Flag. What an impressive team!</p>
  35.  
  36. </div>
  37. </div>
  38. <div class="clear"></div>
  39. <div class="clear"></div>
  40. </div></div>
  41.  
  42. <?php
  43. include('footer.php');
  44. ?>
  45. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement