Advertisement
Guest User

login

a guest
Mar 9th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.58 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>BigCity-RealLife UCP</title>
  6. </head>
  7. <form action="login.php" method="get">
  8. InGame Name: <br />
  9. <input type="text" name="name" size="20" maxlength="30" />
  10. <br />
  11. InGame Passwort: <br />
  12. <input type="password" name="passwort" size="20" maxlength="30" />
  13. <br />
  14. <input type="submit" value="Login" />
  15. </form>
  16. <body>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement