Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LetsWorkAround authored Aug 21, 2024
1 parent b6127a8 commit d5b2188
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,25 +354,23 @@ <h3><span class="material-icons">balance</span> Middle Office</h3>
<div class="background-table-container">
<table id="fundTable">
<!-- 기존 테이블 내용 -->
<div class="container">
<h1>Comprehensive Return Management System</h1>
<table id="fundTable">
<thead>
<tr>
<th>펀드명</th>
<th class="sortable" data-sort="threeMonth">3개월 (%)</th>
<th class="sortable" data-sort="sixMonth">6개월 (%)</th>
<th class="sortable" data-sort="oneYear">1년 (%)</th>
<th class="sortable" data-sort="threeYear">3년 (%)</th>
<th class="sortable" data-sort="sinceLaunch">설정이후 (%)</th>
<th class="sortable" data-sort="size">펀드규모 (억)</th>
</tr>
</thead>
<tbody id="fundTableBody">
<!-- JavaScript will populate this -->
</tbody>
</table>
</div>
<h1>Comprehensive Return Management System</h1>
<table id="fundTable">
<thead>
<tr>
<th>펀드명</th>
<th class="sortable" data-sort="threeMonth">3개월 (%)</th>
<th class="sortable" data-sort="sixMonth">6개월 (%)</th>
<th class="sortable" data-sort="oneYear">1년 (%)</th>
<th class="sortable" data-sort="threeYear">3년 (%)</th>
<th class="sortable" data-sort="sinceLaunch">설정이후 (%)</th>
<th class="sortable" data-sort="size">펀드규모 (억)</th>
</tr>
</thead>
<tbody id="fundTableBody">
<!-- JavaScript will populate this -->
</tbody>
</table>
</table>
</div>

Expand Down

0 comments on commit d5b2188

Please sign in to comment.