Skip to content

Instantly share code, notes, and snippets.

@subdesign
Created April 15, 2014 14:27
Show Gist options
  • Save subdesign/10737053 to your computer and use it in GitHub Desktop.
Save subdesign/10737053 to your computer and use it in GitHub Desktop.
<table cellpadding="0" cellspacing="0" border="0" class="table table-striped table-condensed table-bordered" id="articles">
<thead>
<tr>
<th>ID</th>
<th>Title</th>
<th>Author</th>
<th>Created At</th>
<th>Updated At</th>
<th colspan=”2”>Operations</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment