mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00: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>
|
|
|
|
|
|
|
|
|
|
|
|
|