Advertisement
Guest User

Página de Index

a guest
Apr 19th, 2010
1,149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.72 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. <title>Untitled Document</title>
  6. </head>
  7. //**Desenvolvido por Felipegaspar
  8. <body>
  9. <form id="form1" name="form1" method="post" action="formlogin.php">
  10.   <p>Login:
  11.     <label>
  12.     <input type="text" name="login" id="login" />
  13.     </label>
  14.   </p>
  15.   <p>Senha:
  16.     <label>
  17.     <input type="text" name="senha" id="senha" />
  18.     </label>
  19.   </p>
  20.   <p>
  21.     <label>
  22.     <input type="submit" name="logar" id="logar" value="Login" />
  23.     </label>
  24.   </p>
  25. </form>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement