16 lines
395 B
PHP
16 lines
395 B
PHP
|
|
<h5>Current Prices</h5>
|
|
<div class="table-responsive">
|
|
<table class="table">
|
|
<thead>
|
|
<tr>
|
|
<th>BC</th>
|
|
<th>Price <span id="ltpbc2"></span></th>
|
|
<th>Price (RMT)</th>
|
|
<th>Price (USD)</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="bccp"></tbody>
|
|
</table>
|
|
</div>
|