Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <form action="login.php" method="POST">
  2.  
  3. <input type="text" name="uname" id="uname" placeholder="Username">
  4.  
  5.  
  6. <input type="password" name="passwd" id="passwd" placeholder="Password">
  7.  
  8. <input type="submit" name="submit" id="submit_login" value="Login">
  9. <div id="register_link"><p>Don't have a user account? <a href="register_form.php" title="Click to Register">Register here!</a></p></div>
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement