Guest User

Untitled

a guest
Aug 10th, 2018
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <form action="controller/action" method="post" id="login" onsubmit="return false;">
  2. <p>
  3. <label for="username" class="required">Username:</label><br>
  4. <input type="text" name="username" value="" class="half" id="username">
  5. </p>
  6. <p>
  7. <label for="password" class="required">Password:</label><br>
  8. <input type="text" name="password" value="" class="half" id="password">
  9. </p>
  10.  
  11. <p class="box">
  12. <input type="submit" value="Go" onclick="" class="btn btn-green big">&nbsp;&nbsp;
  13. <input type="reset" value="Reset" class="btn btn-red">
  14. </p>
  15. </form>
Add Comment
Please, Sign In to add comment