Created
May 18, 2010 20:48
-
-
Save ianb/405519 to your computer and use it in GitHub Desktop.
This file contains 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
<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