Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pt-br">
  3.  
  4. <!-- Abriu Meta -->
  5. <head>
  6. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  7. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  8. <link rel="stylesheet" href="_css/estilo.css"/>
  9. <link rel="icon" href="_images\_logos\kzm_logo.png" type="image/x-icon" />
  10.  
  11. </head>
  12.  
  13. <!-- Abriu Body -->
  14. <body bgcolor="#FFFFFF">
  15. <text>
  16.  
  17. <!-- Puxo Logo = KZ.M -->
  18. <img class="logo" src="_images\_logos\kzm_logo.png" height="90" width="90">
  19. <br/>
  20. <br/>
  21.  
  22. <!-- Criou Caixa = Fundo Cinza -->
  23. <div class="caixa">
  24. <br/>
  25.  
  26. <!-- Criou Menu = RANK/LAST -->
  27. <nav class="menu">
  28. <ul type="disc">
  29. <li><a href="http://jumpjkz.esy.es/players.php" target="_blank" >Rank</a></li>
  30. <li><a href="http://jumpjkz.esy.es/lastpro.php" target="_blank" >Last</a></li>
  31. </ul>
  32. </nav>
  33.  
  34. <img class="kz_logo" src="_images\_logos\kz_logo.png" height="530px" width="100%"/>
  35. <br/>
  36. <br/>
  37. <br/>
  38. <br/>
  39.  
  40. <!-- Criou Texto = Bem vindo -->
  41. <div class="texto1">
  42. <h2>Bem Vindo a KZ.Melancholy</h2>
  43. <br/>
  44. <p>Servidor com altissima qualidade, você que ja é jogador, acesse o rank players no menu acima.</p>
  45. <p>Este servidor, foi projetado com intenção de reativar o kreedz no brasil.</p>
  46. <br/>
  47. </div>
  48.  
  49. <br/>
  50.  
  51. <!-- Criou Server Status / (Puxar no PHP) -->
  52. <div id="status">
  53. <h2>Server Status</h2>
  54. <br/>
  55. <p><img class="imagem_status" src="_images\_status\servidor_tp.png" align="top" height="20px" width="20px"> KZ: 177.54.156.24:27035 (ON)</p>
  56. <br/>
  57. <p><img class="imagem_status" src="_images\_status\imagem_tp.png" align="top" height="20px" width="20px"> MAP: bkz_goldbhop</p>
  58. <br/>
  59. <p><img class="imagem_status" src="_images\_status\trofeu_tp.png" align="top" height="20px" width="20px"> PRO: 1:49.84 (kkkkkkkkj)</p>
  60. <br/>
  61. <p><img class="imagem_status" src="_images\_status\trofeu_tp.png" align="top" height="20px" width="20px"> NUB: 1:34.18 (sFa! help)</p>
  62. <br/>
  63. <p><img class="imagem_status" src="_images\_status\mundo_tp.png" align="top" height="20px" width="20px"> WR: 01:27.97 (shNz)</p>
  64. </div>
  65.  
  66.  
  67. <!-- Criou Map Image / (Puxar no PHP) -->
  68. <div id="rodando_maps_div">
  69. <h2>Map Image</h2>
  70. <br/>
  71. <img class="rodando_maps" src="_images\_maps\bkz_goldbhop.png" align="top" height="220px" width="250px">
  72. </div>
  73.  
  74. <!-- Criou Players Online / (Puxar no PHP) -->
  75. <div class="players_online_text">
  76. <h2>Online 0 of 12</h2>
  77. <br/>
  78. <div class="players_online">
  79. <h3>Unknown</h3>
  80. </div>
  81. <br/>
  82. </div>
  83.  
  84. <!-- Fechou Caixa = Fundo Cinza -->
  85. </div>
  86. <br/>
  87. <br/>
  88. <br/>
  89.  
  90. <!-- Div do Copyright -->
  91. <div id="creditos" align="center">
  92. <div id="creditos_imagem" align="center">
  93. <img src="_images\_copyright\html_5.png" height="50px" width="50px"> <img src="_images\_copyright\css_3.png" height="50px" width="50px">
  94. </div>
  95. <div id="creditos_texto" align="center">
  96. <p><b>Copyright &copy; 2017 KZ.Melancholy | All rights reserved.</b></p>
  97. <p><b>Design and code by: Lucas Ceola Guchert (.script)</b></p>
  98. </div>
  99. <br/>
  100. <br/>
  101.  
  102. </text>
  103. </body>
  104. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement