Skip to content

Instantly share code, notes, and snippets.

@rajib
Created August 20, 2010 12:11
Show Gist options
  • Save rajib/540168 to your computer and use it in GitHub Desktop.
Save rajib/540168 to your computer and use it in GitHub Desktop.
<div>
<div class="span-10 mLeft45">
<div>
<fieldset>
<legend>Sign in to Twitter</legend>
<p>
<label for="username">Username or email</label><br>
input type="text" id="username" name="username" class="title" (make this as HTML tag)
</p>
<p>
<label for="password">Password</label><br>
input type="password" name="password" id="password" class="title" (make this as HTML tag)
</p>
input type="submit" value="Submit" onclick="Twitter.login();" (make this as HTML tag)
</fieldset>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment