mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|