mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
6 lines
157 B
HTML
6 lines
157 B
HTML
|
|
<!-- Quirks mode on purpose -->
|
||
|
|
<table>
|
||
|
|
<tr>
|
||
|
|
<td style="border: 10px solid blue; background: yellow; height: 50px; width: 50px"></td>
|
||
|
|
</tr>
|
||
|
|
</table>
|