Skip to content

Instantly share code, notes, and snippets.

@Winston1029
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save Winston1029/9425357 to your computer and use it in GitHub Desktop.

Select an option

Save Winston1029/9425357 to your computer and use it in GitHub Desktop.
<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