mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 04:43:07 +09:00
13 lines
283 B
HTML
13 lines
283 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table style="border-collapse: collapse">
|
|
<tr style="display: block; border: 5px solid">
|
|
<td>LongLongLong</td>
|
|
</tr>
|
|
<tr style="border: 5px solid" id="t">
|
|
<td>Short</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|