Guest User

Untitled

a guest
Jun 25th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en">
  4.     <head>
  5.         <meta charset="utf-8" />
  6.         <title></title>
  7.     </head>
  8.     <body>
  9.         <form>
  10.             Username: <input method="get" type="text" id="user"/>
  11.             Password: <input method="get" type="password" id="pass"/>
  12.             <input method="get" type="button" value="Submit" id="sub"/>
  13.         </form>
  14.     </body>
  15. </html>
Add Comment
Please, Sign In to add comment