mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 05:13:07 +09:00
13 lines
280 B
HTML
13 lines
280 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<table>
|
|
<col style="background: lime"></col>
|
|
<tr><td style="width:100px; height:100px;"></td></tr>
|
|
</table>
|
|
<table>
|
|
<colgroup style="background: lime"></colgroup>
|
|
<tr><td style="width:100px; height:100px;"></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|