mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
219 B
HTML
7 lines
219 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="var a = document.getElementById('a'); a.parentNode.removeChild(a);">
|
|
<table style="border-collapse: collapse;"><tr><td colspan="2" id="a"></td><td></td></tr></table>
|
|
</body>
|
|
</html>
|