Guest User

Untitled

a guest
Oct 27th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 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. Admin ID: <input type='text' name='adminid'><br />
  6. <input type='submit' name='Login' value='Login'><br />
  7. </form>
  8. </html>
Add Comment
Please, Sign In to add comment