mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 13:23:08 +09:00
6 lines
193 B
HTML
6 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="document.getElementById('x').setAttribute('rowspan', '3');">
|
|
<table style="border-collapse: collapse;"><td colspan="3" id="x"></td></table>
|
|
</body>
|
|
</html>
|