mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
15 lines
181 B
HTML
15 lines
181 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
table {
|
|
border: .1mm solid black;
|
|
}
|
|
</style>
|
|
<body>
|
|
<table cellspacing="0">
|
|
<tr>
|
|
<td>border: .1mm, collapsed</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|