Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. <html>
  2. <form action='login.php' method='POST'>
  3. Username: <input type='text' name='username'><br>
  4. Password: <input type='password' name='password'><br>
  5. <input type='submit' value='Log in'>
  6. </form>
  7. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement