removed template.html
no longer required once we migrated to jekyll
This commit is contained in:
parent
31f760a124
commit
b07b483464
1 changed files with 0 additions and 48 deletions
|
|
@ -1,48 +0,0 @@
|
|||
<!-- template for tables in tabbed sections, this makes me so sad I want to cry -->
|
||||
<div class="row">
|
||||
<table class=table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Headline</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class=active>
|
||||
<th scope=row>1</th>
|
||||
<td>Column content</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope=row>2</th>
|
||||
<td>Column content</td>
|
||||
</tr>
|
||||
<tr class=success>
|
||||
<th scope=row>3</th>
|
||||
<td>Column content</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope=row>4</th>
|
||||
<td>Column content</td>
|
||||
</tr>
|
||||
<tr class=info>
|
||||
<th scope=row>5</th>
|
||||
<td>Column content</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope=row>6</th>
|
||||
<td>Column content</td>
|
||||
</tr>
|
||||
<tr class=warning>
|
||||
<th scope=row>7</th>
|
||||
<td>Column content</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope=row>8</th>
|
||||
<td>Column content</td>
|
||||
</tr>
|
||||
<tr class=danger>
|
||||
<th scope=row>9</th>
|
||||
<td>Column content</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue