Guest User

Untitled

a guest
Mar 1st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <form action="subdomain.domain.com/" method="post">
  2. <table width="337" id="login">
  3. <tr>
  4. <td width="128" class="bodycopybold">USERNAME:</td>
  5. <td width="128" class="bodycopybold">PASSWORD:</td>
  6. <td width="172">&nbsp;</td>
  7. </tr>
  8. <tr>
  9. <td><input id="user_name" name="user[name]" size="15" type="text" value="" /></td>
  10. <td><input id="user_password" name="user[password]" size="15" type="password" value="" /></td>
  11. <td><input name="submit" type="submit" value=" Login "/></td>
  12. </tr>
  13. </table>
  14. </form>
Add Comment
Please, Sign In to add comment