Guest User

Untitled

a guest
Oct 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <form method="post" action="/ajax/newlink" id="shorten_box">
  2. <input type="text" name="xugd_link" placeholder="Long URL" />
  3. <input type="submit" value="Shorten" />
  4. </form>
  5. <div id="member_area">
  6. <form method="post" action="/ajax/register">
  7. <input type="text" name="xugd_email" placeholder="E-mail" />
  8. <input type="password" name="xugd_pass_one" placeholder="Password" />
  9. <input type="password" name="xugd_pass_two" placeholder="Repeat password" />
  10. <input type="submit" value="Register" />
  11. </form>
  12. <form method="get" action="/ajax/login">
  13. <input type="text" name="xugd_email" placeholder="E-mail" />
  14. <input type="password" name="xugd_pass" placeholder="Password" />
  15. <input type="submit" value="Log in" />
  16. </form>
  17. </div>
Add Comment
Please, Sign In to add comment