Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.46 KB | None | 0 0
  1. <form method="post" action="index.php" name="loginform">
  2.  
  3.     <label for="login_input_username">Username</label>
  4.     <input id="login_input_username" class="login_input" type="text" name="user_name" required />
  5.  
  6.     <label for="login_input_password">Password</label>
  7.     <input id="login_input_password" class="login_input" type="password" name="user_password" autocomplete="off" required />
  8.  
  9.     <input type="submit"  name="login" value="Log in" />
  10.  
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement