mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-15 03:31:24 +00:00
19 lines
233 B
HTML
19 lines
233 B
HTML
|
<html>
|
||
|
<head>
|
||
|
</head>
|
||
|
<body>
|
||
|
<table>
|
||
|
<tbody style="visibility: collapse;">
|
||
|
<tr><td hidden=""></td></tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
<table>
|
||
|
<tbody>
|
||
|
<tr style="visibility: collapse;"><td hidden=""></td></tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|