mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 18:30:16 +00:00
15 lines
269 B
HTML
15 lines
269 B
HTML
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
</head>
|
||
|
|
||
|
<body onload="var yy = document.getElementById('yy'); yy.parentNode.removeChild(yy);">
|
||
|
|
||
|
<table border="1" style="border-collapse: collapse;">
|
||
|
<tr>
|
||
|
<td> <td id="yy"/> </td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|