Facebook
From Alanzuka, 3 Years ago, written in HTML5.
Embed
Download Paste or View Raw
Hits: 57
  1. <!DOCTYPE html>
  2. <html lang="pt-br">
  3.         <meta charset="UTF-8"/>
  4.     <title>Alanzuka from brazuka</title>
  5.     <style>
  6.         h1 {
  7.             font-family: Arial;
  8.             font-size: 20pt;
  9.             color:#FF0000;
  10.             text-shadow: 2px 2px 2px black;
  11.         }
  12.     </style>
  13. </head>
  14.         <h1>Hy, World!</h1>    
  15.         <h2>alanzuka está me matando! HELP!</h2>
  16.         <h1>GAME OVER! Alanzuka te matou e te deixou na russia!</h1>   
  17. </body>
  18. </html>