一、入口網站
<div class="container my-5">
<h1 class="text-center">入口網站</h1>
<table class="table table-hover table-bordered">
<thead>
<tr>
<th class="text-center" scope="col" style="width:10%">#</th>
<th class="text-center" scope="col" style="width:20%">網站名稱</th>
<th class="text-center" scope="col">網站</th>
</tr>
</thead>
<tbody>
<tr>
<th class="text-center align-middle" scope="row">0</th>
<td class="text-center align-middle" >育將電腦工作室</td>
<td class="text-center align-middle" >
<a href="#" target="_blank">
<img src="....">
</a>
</td>
</tr>
</tbody>
</table>
</div>