mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 20:30:18 +00:00
7 lines
186 B
HTML
7 lines
186 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="document.getElementsByTagName('td')[0].style.border = '2px solid green';">
|
|
<table rules="all"><tr><td rowspan="2"></td></tr></table>
|
|
</body>
|
|
</html>
|