mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
16 lines
193 B
HTML
16 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
table {
|
|
border: .1mm solid black;
|
|
border-collapse: collapse;
|
|
}
|
|
</style>
|
|
<body>
|
|
<table>
|
|
<tr>
|
|
<td>border: .1mm, collapsed</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|