62 lines
2.3 KiB
HTML
62 lines
2.3 KiB
HTML
<!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>
|