Advertisement
Guest User

Untitled

a guest
Jun 27th, 2015
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>PandaCraft - Vote</title>
  5.  
  6. <meta name="keywords" content="Minecraft, Servers, Minecraft server, pandacraft, thisrealpanda, pandacraft.co, nocteroul, programming, self-made website, panda" />
  7. <meta name="author" content="Joshua.C" />
  8. <meta name="description" content="Welcome to Pandacraft.Co! Find the latest information about the server here!" />
  9. <meta charset="utf-8" />
  10. <meta name="viewport" contnet="width-device-width, initial-scale=1" />
  11.  
  12. <!-- Libs from web servers -->
  13. <!-- Latest compiled and minified CSS -->
  14. <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
  15.  
  16. <!-- jQuery library -->
  17. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  18.  
  19. <!-- Latest compiled JavaScript -->
  20. <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  21.  
  22. <!--Including Libs-->
  23. <link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
  24. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  25. <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
  26.  
  27. </head>
  28. <body>
  29.  
  30. <!--Navigation bar-->
  31. <div class="navbar navbar-inverse navbar-static-top">
  32. <!--Start Container For Nav-->
  33. <div class="container">
  34. <div class="navbar-header">
  35. <a class="navbar-brand" href="#"><img src="images/backbone/icon-header.png" /></a>
  36.  
  37.  
  38. </div>
  39. <div>
  40. <ul class="nav navbar-nav">
  41. <li><a href="index.html">HOME&nbsp;<span class="glyphicon glyphicon-home"></span></a></li>
  42. <li><a href="about.html">ABOUT&nbsp; <span class="glyphicon glyphicon-th-large"></span></a></li>
  43. <li><a href="shop.html">SHOP&nbsp;<span class="glyphicon glyphicon-tag"></span></a></li>
  44. <li><a href="contact.html">CONTACT&nbsp;<span class="glyphicon glyphicon-pencil"></span></a></li>
  45. <li><a href="media.html">MEDIA&nbsp;<span class="glyphicon glyphicon-globe"></span></a></li>
  46. <li class="active"><a href="vote.html">VOTE&nbsp;<span class="glyphicon glyphicon-thumbs-up"></span></a></li>
  47. </ul>
  48.  
  49. </div>
  50. </div>
  51. <!--End Of Nav-->
  52. </div>
  53.  
  54. <div class="container">
  55.  
  56. <center>
  57. <h2><b>Vote For PandaCraft!!</b></h2>
  58. </center>
  59.  
  60. <hr />
  61. <br />
  62. <!-- Voting Row -->
  63. <div class="row">
  64. <div class="col-md-8">
  65.  
  66. <center>
  67. <h3><b>About Voting</b></h3><br />
  68. <font size="4"><p>Voting for the server helps us! We need your votes! In return we will gift you some diamonds, and some In-Game money. Thank you for choosing us as the best server! The links are to the right. Than you!<br />~ThisRealPanda.</p></font>
  69. </center>
  70.  
  71. </div>
  72. <div class="col-md-4">
  73. <!-- Voting lists -->
  74. <div class="panel panel-primary">
  75. <div class="panel-heading"><b>Voting Links</b></div>
  76. <a href="http://minecraftservers.org/vote/238675" class="list-group-item">Minecraft-Servers.Org</a>
  77. <a href="http://www.planetminecraft.com/server/pandacraft-20-3335129/vote/" class="list-group-item">PlanetMinecraft.Com</a>
  78. </div>
  79. <!-- End of the voting links div -->
  80. </div>
  81. </div>
  82.  
  83. </div>
  84.  
  85. </body>
  86. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement