Guest User

Untitled

a guest
Jan 4th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. <table width=100%>
  2.     <form name="auth" method="post" action="check_login.php">
  3.         <tr>
  4.             <td width=30%>Username:</td>
  5.             <td width=50%><input name="login" type="text" id="login"></td>
  6.         </tr>
  7.         <tr>
  8.             <td>Password:</td>
  9.             <td><input name="senha" type="password" id="senha"></td>
  10.         </tr>
  11.         <tr>
  12.             <td>&nbsp;</td>
  13.             <td>&nbsp;</td>
  14.             <td><input type="submit" value="Login"></td>
  15.         </tr>
  16.     </form>
  17. </table>
Add Comment
Please, Sign In to add comment