Skip to content

Instantly share code, notes, and snippets.

@gnuwilliam
Created August 11, 2013 22:10
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 gnuwilliam/6207115 to your computer and use it in GitHub Desktop.
Save gnuwilliam/6207115 to your computer and use it in GitHub Desktop.
gist for sudotrap
<!-- Striped -->
<table class="table table-striped">
<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>John</td>
<td>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