Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CYHFREDA authored Nov 12, 2024
1 parent bd070e0 commit f7e2940
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3 class="masthead-brand">
<a class="nav-link" href="#" onclick="showClockInOut()">打卡功能</a>
<a class="nav-link" href="#" onclick="showRecords()">查詢打卡記錄</a>
<a class="nav-link" href="#" onclick="showAnnouncements()">公告</a>
<a class="nav-link" href="#" onclick="showPayment()">支付</a>
<a class="nav-link" href="#" onclick="showPayment()">PAY</a>
</nav>
</div>
</header>
Expand Down Expand Up @@ -74,7 +74,10 @@ <h2>公告</h2>
<!-- 支付功能 -->
<div id="payment-form" style="display:none;">
<h2>打賞打賞</h2>
<!-- LINE PAY支付按鈕 -->
<button id="payButton" class="btn btn-success">PAY FOR TWD</button>
<!-- 綠界支付按鈕 -->
<button id="ecpayButton" class="btn btn-primary">綠界支付</button>
</div>
</main>
<footer class="mastfoot">
Expand Down

0 comments on commit f7e2940

Please sign in to comment.