mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 12:53:07 +09:00
7 lines
201 B
HTML
7 lines
201 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="document.getElementById('b').setAttribute('colspan', '2');">
|
|
<table rules="all"><tr><td rowspan="3"></td><td id="b" rowspan="2"></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|