Advertisement
Guest User

Untitled

a guest
May 14th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1.         <form action="login.php" method="post">
  2.             <h3>Username:</h3>
  3.             <input name="username" type="text" maxlength="20" />
  4.             <h3>Password:</h3>
  5.             <input name="password" type="password" maxlength="100" />
  6.             <input name="submit" type="submit" value="Login" />
  7.         </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement