Advertisement
Guest User

loja

a guest
Sep 20th, 2015
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3. <meta charset="utf-8">
  4. <title> Loja</title>
  5.  
  6. <meta name="description" content="Site oficial do servidor de minecraft DarkLands.">
  7. <meta name="author" content="Frogguer">
  8.  
  9. <!-- Le styles -->
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11.  
  12. <link href="assets/css/custom.min.css" rel="stylesheet">
  13. <link href="assets/css/fullscreen.css" rel="stylesheet">
  14. <link href="http://fonts.googleapis.com/css?family=Lato:700,400,300" media="screen" rel="stylesheet" type="text/css">
  15.  
  16. <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
  17. <!--[if lt IE 9]>
  18. <script src="../ js/html5shiv.js"></script>
  19. <![endif]-->
  20.  
  21. <!-- Fav and touch icons -->
  22. <link rel="apple-touch-icon-precomposed" sizes="144x144" href=" ico/apple-touch-icon-144-precomposed.png">
  23. <link rel="apple-touch-icon-precomposed" sizes="114x114" href=" ico/apple-touch-icon-114-precomposed.png">
  24. <link rel="apple-touch-icon-precomposed" sizes="72x72" href=" ico/apple-touch-icon-72-precomposed.png">
  25. <link rel="apple-touch-icon-precomposed" href=" ico/apple-touch-icon-57-precomposed.png">
  26. <link rel="shortcut icon" href=" ico/favicon.png">
  27.  
  28. <div class="inner cover">
  29. <h1 class="cover-heading"> VIPs </h1>
  30.  
  31. <p class="lead"><a class="btn btn-lg btn-info" href="vip.html">Comprar VIP</a></p>
  32.  
  33. <p class="lead"><a class="btn btn-lg btn-info" href="coins.html">Comprar VIP+</a></p>
  34.  
  35. <p class="lead"><a class="btn btn-lg btn-info" href="confirmar.html">Comprar Coins</a></p>
  36. </div>
  37.  
  38. <div class="mastfoot">
  39. <div class="inner">
  40. <!-- Validation -->
  41.  
  42.  
  43.  
  44.  
  45. <p>&copy; 2015 DarkLands ~ <a href=
  46. "#">Frogguer</a></p>
  47. </div>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement