first commit
This commit is contained in:
22
themes/dimension/layouts/partials/stockResults.html
Normal file
22
themes/dimension/layouts/partials/stockResults.html
Normal 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>
|
||||
Reference in New Issue
Block a user