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 d5b2188 commit 3494440
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,23 +354,25 @@ <h3><span class="material-icons">balance</span> Middle Office</h3>
<div class="background-table-container">
<table id="fundTable">
<!-- 기존 테이블 내용 -->
<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 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>
</table>
</div>

Expand Down

0 comments on commit 3494440

Please sign in to comment.