Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <form action="http://internal-01.bart.htb/simple_chat/register.php" method="POST">
  2. <input type="text" name="uname" id="uname" placeholder="Username">
  3.  
  4. <input type="password" name="passwd" id="passwd" placeholder="Password">
  5.  
  6. <input type="submit" name="submit" id="submit_register" value="register">
  7.  
  8. <div id="login_link"><p>Already have an account?<a href="login_form.php" title="Click to login">login here!</a></p></div>
  9. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement