mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
238 B
HTML
23 lines
238 B
HTML
<HEAD>
|
|
</HEAD>
|
|
<BODY>
|
|
<table bgcolor=orange border>
|
|
<colgroup>
|
|
<col width=100>
|
|
</colgroup>
|
|
<colgroup width=200>
|
|
<col>
|
|
<col>
|
|
</colgroup>
|
|
<tr>
|
|
<td>col-100</td><td>cg-200</td><td>cg-200</td>
|
|
</tr>
|
|
</table>
|
|
</BODY></HTML>
|
|
|
|
|
|
|
|
|
|
|
|
|