first commit

This commit is contained in:
Dave Umrysh
2021-04-12 15:34:26 -06:00
commit 365a87299a
79 changed files with 14658 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<p>
<table>
<thead>
<tr>
<th style="text-align: center;">Original Investment</th>
<th style="text-align: center;">Cash</th>
<th style="text-align: center;">Market Value</th>
<th style="text-align: center;">Total</th>
<th style="text-align: center;">Profit</th>
</tr>
</thead>
<tbody>
<tr>
<td>$50,000</td>
<td>$30,000</td>
<td>$12,000</td>
<td>$22,000</td>
<td>0.42%</td>
</tr>
</tbody>
</table>
</p>