mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
280 B
HTML
14 lines
280 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<body>
|
||
|
<table>
|
||
|
<col style="background: lime"></col>
|
||
|
<tr><td style="width:100px; height:100px;"></td></tr>
|
||
|
</table>
|
||
|
<table>
|
||
|
<colgroup style="background: lime"></colgroup>
|
||
|
<tr><td style="width:100px; height:100px;"></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|