mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
23 lines
357 B
HTML
23 lines
357 B
HTML
|
<HTML><BODY>
|
||
|
<table border>
|
||
|
<tr>
|
||
|
<td valign=top>
|
||
|
<center>
|
||
|
<TABLE BORDER=1 WIDTH=100>
|
||
|
<TR>
|
||
|
<TD>
|
||
|
<font size = "-2">
|
||
|
<center>
|
||
|
inside
|
||
|
</font>
|
||
|
</center>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
outside table
|
||
|
</center>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</BODY></HTML>
|