Guest User

Untitled

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