mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
25 lines
254 B
HTML
25 lines
254 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<table>
|
||
|
<col>
|
||
|
<col style="visibility: collapse;"><col>
|
||
|
<tbody id="tbody">
|
||
|
<tr>
|
||
|
<td>one</td>
|
||
|
<td>two</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>one</td>
|
||
|
<td>two</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|