Advertisement
YJesus

Untitled

Jun 9th, 2014
17,121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.40 KB | None | 0 0
  1. <form id='login' action='login.php' method='post' accept-charset='UTF-8'>
  2. <fieldset >
  3. <legend>Acceso Especial</legend>
  4. <label for='username' >Usuario :</label>
  5. <input type='text' name='username' id='username'  maxlength="50" />
  6. <label for='password' >Password :</label>
  7. <input type='password' name='password' id='password' maxlength="50" />
  8. <input type='submit' name='Submit' />
  9. </fieldset>
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement