Guest User

Untitled

a guest
Oct 18th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <form action="/api/users" method="post">
  2.  
  3. <input type="text" name="username">
  4. <input type="email" name="email">
  5. <input type="password" name="password">
  6.  
  7. <input type="submit" value="Send">
  8.  
  9. </form>
Add Comment
Please, Sign In to add comment