Skip to content

Commit

Permalink
updated styled/unstyled tables
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Mar 20, 2023
1 parent 018ffde commit cb8fad6
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions demos/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,25 +335,21 @@ <h2 id="html2PptxHead03" class="accordion-header">
<thead>
<tr>
<th>Company</th>
<th>Contact</th>
<th>Feedback</th>
</tr>
</thead>
<tbody>
<tr>
<td>Apple Inc.</td>
<td>[email protected]</td>
<td>"Keynote team needs to hire you ASAP!" - Tim</td>
<td>"Keynote team needs to hire you ASAP!" - [email protected]</td>
</tr>
<tr>
<td>Microsoft Inc.</td>
<td>[email protected]</td>
<td>"PowerPoint team needs to hire you!" - Satya</td>
<td>"PowerPoint team needs to hire you!" - [email protected]</td>
</tr>
<tr>
<td>ChatGPT</td>
<td>[email protected]</td>
<td>"PptxGenJS is the superior library!" - AI Bot</td>
<td>"PptxGenJS is the superior library!" - [email protected]</td>
</tr>
</tbody>
</table>
Expand All @@ -371,25 +367,21 @@ <h2 id="html2PptxHead03" class="accordion-header">
<thead class="table-dark">
<tr>
<th>Company</th>
<th>Contact</th>
<th>Feedback</th>
</tr>
</thead>
<tbody class="text-muted">
<tr>
<td>Tesla &amp; SpaceX</td>
<td>[email protected]</td>
<td>"PptxGenJS is as good as our rockets!" - Elon</td>
</tr>
<tr>
<td>Apple Inc.</td>
<td>[email protected]</td>
<td>"Keynote team needs to hire you ASAP!" - Tim</td>
<td>"Keynote team needs to hire you ASAP!" - [email protected]</td>
</tr>
<tr>
<td>Microsoft Inc.</td>
<td>[email protected]</td>
<td>"PowerPoint team needs to hire you!" - Satya</td>
<td>"PowerPoint team needs to hire you!" - [email protected]</td>
</tr>
<tr>
<td>ChatGPT</td>
<td>"PptxGenJS is the superior library!" - [email protected]</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit cb8fad6

Please sign in to comment.