Guest User

Untitled

a guest
Jul 16th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4.         <form action='login.php' method='POST'>
  5.             <center>Username:   <input type='text' name='username'><br><center>
  6.             <center>Password:   <input type='password' name='password'><br><center>
  7.                                 <input type='submit' value='Login'>
  8.         </form> <p>
  9.         <a href='register.php'>Register?</a>
  10.        
  11. </html>
Add Comment
Please, Sign In to add comment