mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01: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>
|