Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <link rel="stylesheet" type="text/css" href="design.css">
  6. <title>Documento sem título</title>
  7. </head>
  8.  
  9. <body>
  10. <div id="tudo">
  11. <div id="img">
  12. <img id="banner" src="imagens/info.png" />
  13. </div>
  14. <div id="formulario">
  15. <form action="cpf.php" method="post">
  16. <div id="campo">
  17. <div id="quadrado">
  18. <table>
  19. <tr><td width="296"><b>Informe quantos CPF's deverão ser gerado:</td><td width="135"></b><br/><input name="num_cpf" type="text" size="5"></td></tr>
  20. <tr><td></td><td><input type="submit" name="submit"></td></tr></table></div></div>
  21. </form>
  22. </div>
  23.  
  24.  
  25.  
  26. <div id="rodape">
  27. Produzido por Luis Miguel Pinho e Ruan de Cordova Neves.
  28. </div>
  29. </div>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement