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