Consolidate all files into /docs

This commit is contained in:
2024-03-09 20:36:52 -06:00
parent 88279bedf1
commit 6fd2d6fc7d
23 changed files with 0 additions and 0 deletions

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>