Advertisement
Guest User

Untitled

a guest
May 26th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset = "utf-8" />
  5. <title>Hacker Perito</title>
  6. <center><h1><font color="green">Hacker Perito</font></h1></center>
  7. <br />
  8. <hr />
  9. </head>
  10. <body bgcolor = "black">
  11. <form action = "menu.php" method = "post">
  12. <center><select name = "menu" size = "1">
  13. <option name = "home">Home</option>
  14. <option name = "pkg">Programas</option>
  15. <option name = "news">Notícias</option>
  16. <option name = "history">História</option>
  17. <option name = "links">Links</option>
  18. </select>
  19. <input type = "submit" value = "OK"/></center>
  20. </form>
  21. <br />
  22. <center><strong><font color = "green">O conhecimento é a chave para porta da liberdade!</font></strong></center>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement