Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <form>
  2. <label for="username">Username:</label>
  3. <input id="username" name="username" type="text" placeholder="username">
  4.  
  5. <label>Password:</label>
  6. <input id="password" name="password" type="password" placeholder="password">
  7.  
  8. <input type="submit">
  9. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement