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,33 @@
<p>
<table>
<thead>
<tr>
<th style="text-align: center;">Stock</th>
<th style="text-align: center;">Purchased Price</th>
<th style="text-align: center;">Current Price</th>
</tr>
</thead>
<tbody>
<tr style="text-align: center;">
<td>ACO.X.TO</td>
<td>$40.45</td>
<td>$42.37</td>
</tr>
<tr style="text-align: center;">
<td>ACO.X.TO</td>
<td>$40.45</td>
<td>$42.37</td>
</tr>
<tr style="text-align: center;">
<td>ACO.X.TO</td>
<td>$40.45</td>
<td>$42.37</td>
</tr>
<tr style="text-align: center;">
<td>ACO.X.TO</td>
<td>$40.45</td>
<td>$42.37</td>
</tr>
</tbody>
</table>
</p>