Rename json/ to samples/, ignore /js

This commit is contained in:
2024-01-28 06:46:34 -06:00
parent 916d9972de
commit 41a75b47a6
16 changed files with 1 additions and 0 deletions

36
samples/getFees.html Normal file
View File

@@ -0,0 +1,36 @@
<section aria-labelledby="fees">
<table class="basePreqTable">
<thead>
<tr>
<th>Level</th>
<th>Description</th>
<th class="courseFeeAmount">Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td>Differential Tuition COB USPR</td>
<td class="courseFeeAmount">$126.00</td>
</tr>
<tr>
<td></td>
<td>Digital Learning Fee</td>
<td class="courseFeeAmount">$75.00</td>
</tr>
<tr>
<td></td>
<td>ISCS Course Resource Fee</td>
<td class="courseFeeAmount">$75.00</td>
</tr>
</tbody>
</table>
</section>