Remove vendor again

This commit is contained in:
Frédéric Guillot
2014-11-06 06:57:39 -05:00
parent cfe1e13d4a
commit 420d0ca4dd
676 changed files with 1 additions and 130565 deletions

View File

@@ -1,21 +0,0 @@
<table>
<thead>
<tr>
<th align="left">header 1</th>
<th align="center">header 2</th>
<th align="right">header 2</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">cell 1.1</td>
<td align="center">cell 1.2</td>
<td align="right">cell 1.3</td>
</tr>
<tr>
<td align="left">cell 2.1</td>
<td align="center">cell 2.2</td>
<td align="right">cell 2.3</td>
</tr>
</tbody>
</table>