mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
267 B
HTML
10 lines
267 B
HTML
<table>
|
|
<tr>
|
|
<td bgcolor=green>a</td>
|
|
<td rowspan=2 bgcolor=orange><img src="../images/star.gif" border=0></td>
|
|
</tr>
|
|
<tr align=center>
|
|
<td align=right bgcolor=blue>x</td>
|
|
</tr>
|
|
</table>
|