Guest User

Untitled

a guest
Sep 5th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <form>
  6. Username: <input type="text" name="user" /><br />
  7. Password: <input type="password" name="pwd" /><br />
  8. <input type="submit" value="Submit" />
  9. </form>
  10.  
  11. </body>
  12. </html>
Add Comment
Please, Sign In to add comment