Guest User

index.html

a guest
Mar 26th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 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>
  9. </html>
Add Comment
Please, Sign In to add comment