removed unused templates

This commit is contained in:
2021-10-19 23:11:24 -06:00
parent b736ec9c0e
commit 333a791674
3 changed files with 0 additions and 72 deletions
-46
View File
@@ -1,46 +0,0 @@
<p>
<table style="width:90%">
<tr>
<th>Exercise</th>
<th>Sets/Reps</th>
<th>Rest</th>
<th>HowTo</th>
</tr>
<tr>
<th>Push-ups</th>
<th>2x12</th>
<th>60s</th>
<th>insert URL here</th>
</tr>
<tr>
<th>Rows</th>
<th>2x12</th>
<th>60s</th>
<th>insert URL here</th>
</tr>
<tr>
<th>Glute Bridge</th>
<th>2x11</th>
<th>60s</th>
<th>insert URL here</th>
</tr>
<tr>
<th>Squat</th>
<th>2x9</th>
<th>60s</th>
<th>insert URL here</th>
</tr>
<tr>
<th>Deadbugs</th>
<th>3x15s</th>
<th>60s</th>
<th>insert URL here</th>
</tr>
<tr>
<th>Birddogs</th>
<th>3x10s</th>
<th>60s</th>
<th>insert URL here</th>
</tr>
</table>
</p>
-4
View File
@@ -1,4 +0,0 @@
<p>
<a href="exercise.html">Exercise Dude</a>
<a href="jbl.html">JBL Data</a>
</p>
-22
View File
@@ -1,22 +0,0 @@
<p>
<table style="width:90%">
<capition>Contract</caption>
<thead>
<tr>
<th>Date</th>
<th>Contract Stops</th>
<th>Terminal Packages</th>
<th>% of Terminal Volume</th>
</tr>
</thead>
<tbody>
{% for row in sqldata %}
<tr>
<td>{{ row[0] }}</td>
<td>{{ row[1] }}</td>
<td>{{ row[2] }}</td>
<td>{{ row[3] }}</td>
</tr>
{% endfor %}
</tbody>
</table>