Last active
August 29, 2015 13:57
-
-
Save Winston1029/9425357 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <pre><code> | |
| <div id="login_form" title="Log in"> | |
| <form> | |
| <fieldset> | |
| <label for="login">Login</label> | |
| <input type="text" name="login" id="login" class="text ui-widget-content ui-corner-all" /><br /> | |
| <label for="password">Password</label> | |
| <input type="password" name="password" id="password" class="text ui-widget-content ui-corner-all" /><br /> | |
| </fieldset> | |
| </form> | |
| </div> | |
| </code></pre> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment