MOFA/html/index.html

73 lines
1.7 KiB
HTML
Raw Normal View History

2024-10-22 10:12:18 +00:00
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<section>
<h2>Pages</h2>
<table>
<colgroup>
<col width="10%" />
<col width="70%" />
<col width="20%" />
</colgroup>
<thead>
<tr>
<td>
No.
</td>
<td>
Name
</td>
<td>
Date
</td>
</tr>
</thead>
<tbody>
<tr>
<td>01</td>
<td><a href="Type_A_Sub.html">Type_A_Sub</a></td>
<td>24-10-15</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Components</h2>
<table>
<colgroup>
<col width="10%" />
<col width="70%" />
<col width="20%" />
</colgroup>
<thead>
<tr>
<td>
No.
</td>
<td>
Name
</td>
<td>
Date
</td>
</tr>
</thead>
<tbody>
<tr>
<td>01</td>
<td><a href="Type_A_Sub.html">Type_A_Sub</a></td>
<td>24-10-15</td>
</tr>
</tbody>
</table>
</section>
</body>
</html>