Skip to content

Instantly share code, notes, and snippets.

@ianb
Created May 18, 2010 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianb/405519 to your computer and use it in GitHub Desktop.
Save ianb/405519 to your computer and use it in GitHub Desktop.
<div>
Person: <span class="name">Person's Name</span>
<span class="is-admin">ADMIN</span>
<br>
Addresses:
<ul>
<li class="address">
<span class="street">1234 Main St.</span><br>
<span class="city">City</span>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment