migrate to new git

This commit is contained in:
2025-08-29 01:27:25 +08:00
parent 946eb9961e
commit af2c152ef6
8623 changed files with 1000453 additions and 1 deletions

61
web/menu.html Normal file
View File

@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>系統網址</title>
<link href="js/bootstrap5/bootstrap.min.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<h1>三套系統網址</h1>
<table class="table table-striped w-md-50">
<thead>
<tr>
<th>功能</th>
<th>網址</th>
</tr>
</thead>
<tbody>
<tr>
<td>日常使用</td>
<td>
<a target="_blank" href="https://demo2.eztrust.tw/17168erp/">
https://demo2.eztrust.tw/17168erp/
</a>
</td>
</tr>
<tr>
<td>三壇大戒</td>
<td>
<a target="_blank" href="https://demo2.eztrust.tw/17168erp_e/">
https://demo2.eztrust.tw/17168erp_e/
</a>
</td>
</tr>
<tr>
<td>測試學習</td>
<td>
<a target="_blank" href="https://demo2.eztrust.tw/17168erp_t/">
https://demo2.eztrust.tw/17168erp_t/
</a>
</td>
</tr>
<tr>
<td>(本選單)</td>
<td>
<a target="_blank" href="https://demo2.eztrust.tw/17168erp/menu.html">
https://demo2.eztrust.tw/17168erp/menu.html
</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>