Guest User

Untitled

a guest
Mar 12th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <form id="form1" name="form1" method="post" action="admin_login.php">
  2. Username:<br/>
  3. <input name="username" type="text" id="username" size="40"/>
  4. <br/><br/>
  5. Password:<br/>
  6. <input type="password" name="password" id="password" size="40"/>
  7. <br/>
  8. <br/>
  9. <br/>
  10. <label>
  11. <input type="submit" name="button" id="button" value="Log In"/>
  12. </label>
  13. </form>
Add Comment
Please, Sign In to add comment