Advertisement
Guest User

Untitled

a guest
Feb 25th, 2014
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta name="description" content="" />
  7. <meta name="author" content="" />
  8.  
  9. <title>MyVPS - Register</title>
  10.  
  11. <!-- Bootstrap core CSS -->
  12. <link href="css/bootstrap-theme.css" rel="stylesheet" />
  13. <link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet" />
  14. <link href="css/bootstrap.css" rel="stylesheet" />
  15.  
  16. <!-- Custom styles for this template -->
  17. <link href="css/style.css" rel="stylesheet" />
  18.  
  19. <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
  20. <!--[if lt IE 9]>
  21. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  22. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  23. <![endif]-->
  24. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
  25.  
  26. <body>
  27.  
  28. <!-- #Top Bar -->
  29. <div id="topBar">
  30. <div class="container">
  31. <a href="index.htm" class="mobileHome">Home</a>
  32. <i class="fa fa-bars fa-2x" id="mobileNav"></i>
  33. <nav>
  34. <ul>
  35. <li><a href="index.htm">Home</a></li>
  36. <li><a href="subpage.htm">SubPage</a></li>
  37. <li><a href="pricing.htm">Pricing</a></li>
  38. <li><a href="blog.htm">Blog</a></li>
  39. <li><a href="support.htm">Support</a></li>
  40. <li><a href="login.htm" class="login"><i class="fa fa-lock"></i>Login</a></li>
  41. </ul>
  42. </nav>
  43. </div>
  44. </div>
  45. <!-- /#Top Bar -->
  46.  
  47. <!-- #Mobile Navigation -->
  48. <nav id="mobileNavigation">
  49. <ul>
  50. <li><a href="subpage.htm">SubPage</a></li>
  51. <li><a href="pricing.htm">Pricing</a></li>
  52. <li><a href="blog.htm">Blog</a></li>
  53. <li><a href="support.htm">Support</a></li>
  54. <li><a href="login.htm" class="login">Login</a></li>
  55. </ul>
  56. </nav>
  57. <!-- /#Mobile Navigation -->
  58.  
  59. <!-- #Page Content -->
  60. <div id="contentWrapper">
  61. <div id="contentBackground">
  62. <div class="container">
  63. <div class="row">
  64. <div class="col-md-8 col-md-offset-2">
  65. <h2 class="text-center">Register</h2>
  66. <p class="text-center">Enter your details below to register.</p>
  67. </div>
  68. </div>
  69. <div class="form_box">
  70. <form id="reg" enctype="application/x-www-form-urlencoded" action="" method="post">
  71. <table class="contactf order">
  72. <div class="row">
  73. <div class="col-md-4 col-md-offset-4 ">
  74. <div id="loginWrapper">
  75. <label>
  76. <input type="text" class="inputText" id="email" placeholder="Email Address" />
  77. <span><i class="fa fa-male fa-lg"></i></span>
  78. </label>
  79. <label>
  80. <input type="password" class="inputText" id="password" placeholder="Password" />
  81. <span><i class="fa fa-lock fa-lg"></i></span>
  82. </label>
  83. <label>
  84. <input type="password" class="inputText" id="repeatpassword" placeholder="Password (Again)" />
  85. <span><i class="fa fa-lock fa-lg"></i></span>
  86. </label>
  87. <label id="rememberMe">
  88. <input type="checkbox" />Agree to T&amp;C?
  89. </label>
  90. <input type="submit" class="submit" value="Register" />
  91. </div>
  92. </div>
  93. </div>
  94. </div>
  95. </div>
  96. </div>
  97. </table>
  98. </form>
  99. <!-- /#Page Content -->
  100.  
  101. <!-- #Footer -->
  102. <footer>
  103. <div class="container">
  104. <div class="row">
  105. <div class="col-md-6">
  106. <span class="title">Latest Tweets</span>
  107. <p>Lorem ipsum dolor sit amet, <span class="greenText">#tweetTag</span> consectetur adipiscing elit. Ut vel pharetra diam. Aenean convallis nibh facilisis risus convallis, non ornare tellus vehicula.<span class="tweetTime">10 Minutes Ago</span></p>
  108. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vel pharetra diam. Aenean convallis nibh facilisis risus convallis, non ornare tellus vehicula.<span class="tweetTime">1 Hour Ago</span></p>
  109. </div>
  110. <div class="col-md-2 col-xs-6 col-sm-4">
  111. <ul class="footerMenu">
  112. <li class="title">What we do</li>
  113. <li><a href="#">Plans</a></li>
  114. <li><a href="#">Overview</a></li>
  115. <li><a href="#">Features Tour</a></li>
  116. <li><a href="#">CloudFlare's Network</a></li>
  117. <li><a href="#">CloudFlare Apps</a></li>
  118. </ul>
  119. </div>
  120. <div class="col-md-2 col-xs-6 col-sm-4">
  121. <ul class="footerMenu">
  122. <li class="title">Services</li>
  123. <li><a href="#">Virtual Private Servers</a></li>
  124. <li><a href="#">Dedicated Servers</a></li>
  125. <li><a href="#">DDOS Protection</a></li>
  126. <li><a href="#">Server Management</a></li>
  127. <li><a href="#">Script Installation</a></li>
  128. </ul>
  129. </div>
  130. <div class="col-md-2 col-xs-6 col-sm-4">
  131. <ul class="footerAddress">
  132. <li class="title">Contact Us</li>
  133. <li><strong>Address:</strong></li>
  134. <li>B. Palace, Buckingham Palace Road, London, LN3 2RP</li>
  135. <li><strong>Phone:</strong></li>
  136. <li>020 1345 3434</li>
  137. </ul>
  138. </div>
  139. </div>
  140. <hr />
  141. <div id="footerCopyright">Copyright 2013 MyVPS</div>
  142. <div id="footerSocialWrapper">
  143. <ul id="footerSocial">
  144. <li><a href="#"><i class="fa fa-facebook fa-lg"></i></a></li>
  145. <li><a href="#"><i class="fa fa-twitter fa-lg"></i></a></li>
  146. <li><a href="#"><i class="fa fa-google-plus fa-lg"></i></a></li>
  147. <li><a href="#"><i class="fa fa-linkedin fa-lg"></i></a></li>
  148. <li><a href="#"><i class="fa fa-skype fa-lg"></i></a></li>
  149. <li><a href="#"><i class="fa fa-vimeo-square fa-lg"></i></a></li>
  150. <li><a href="#"><i class="fa fa-flickr fa-lg"></i></a></li>
  151. </ul>
  152. </div>
  153. </div>
  154. <div id="footerBottom"></div>
  155.  
  156. </footer>
  157. <!-- /#Footer -->
  158.  
  159. <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
  160. <script src="js/bootstrap.min.js"></script>
  161. <script src="js/jquery.nivo.slider.js"></script>
  162. <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
  163. <script src="http://gregfranko.com/jquery.selectBoxIt.js/js/jquery.selectBoxIt.min.js"></script>
  164. <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
  165. <script src="js/build.js"></script>
  166. </body>
  167. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement