Advertisement
Guest User

Untitled

a guest
Mar 14th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <div class='level-form'>
  2. <form method="POST">
  3. <fieldset>
  4. <label for="user">Username:</label>
  5. <input type="Text" name="user" id="user" autocomplete="off"><br>
  6. <label for="user">Password:</label>
  7. <input type="Password" name="pass" id="pass" autocomplete="off"><br>
  8. <input type="submit" value="Submit" class="button">
  9. </fieldset>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement