mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
f09d25e85c
no source code changed, not part of build, so no reviewer
41 lines
684 B
HTML
41 lines
684 B
HTML
<!--
|
|
|
|
this is the same HTML as before with one change (7B) remove the
|
|
|
|
<FONT> from the previous case and 'Mooney's grass ...' overlays
|
|
|
|
the image.
|
|
|
|
-->
|
|
|
|
<html><body>
|
|
|
|
<font face=arial,helvetica size=-1>
|
|
|
|
<p>
|
|
|
|
<br clear=all>
|
|
|
|
<p>
|
|
|
|
<table width=50 border=0 align=left>
|
|
|
|
<tr><td>
|
|
|
|
<img src="ant.jpg"
|
|
|
|
width=50 height=62>
|
|
|
|
</td></tr>
|
|
|
|
</table>
|
|
|
|
BRIAN MCGRORY</font><br> <!-- (7B) -->
|
|
|
|
Mooney's grass is always greener ... As the Sox return Tuesday for ...
|
|
|
|
</body></html>
|
|
|
|
|
|
|