Guest User

Untitled

a guest
Oct 26th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <form method="post" action="queries.php">
  2. <input type="hidden" name="task" value="login" />
  3. <div data-role="fieldcontain">
  4. <label for="myusername">Username:</label>
  5. <input type="text" name="myusername" id="myusername" />
  6. </div>
  7. <div data-role="fieldcontain">
  8.  
  9. <label for="mypassword">Password:</label>
  10. <input type="password" name="mypassword" id="mypassword" />
  11. </div>
  12. <div aria-disabled="false" class="ui-btn ui-btn-corner-all ui-shadow ui-btn-up-a" data-theme="a"><button aria-disabled="false" class="ui-btn-hidden" type="submit" data-theme="a" name="submit" value="submit-value">Submit</button></div>
  13. </form>
Add Comment
Please, Sign In to add comment