Created
August 11, 2013 22:11
-
-
Save gnuwilliam/6207119 to your computer and use it in GitHub Desktop.
gist for sudotrap
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
<!-- Condensed --> | |
<table class="table table-condensed"> | |
<thead> | |
<tr> | |
<th>#</th> | |
<th>First Name</th> | |
<th>Last Name</th> | |
<th>Github user</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>1</td> | |
<td>William</td> | |
<td>Oliveira</td> | |
<td>@gnuwilliam</td> | |
</tr> | |
<tr> | |
<td>2</td> | |
<td>Allan</td> | |
<td>Esquina</td> | |
<td>@allanesquina</td> | |
</tr> | |
<tr> | |
<td>3</td> | |
<td colspan="2">John Doe</td> | |
<td>@johndoe</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment