mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
12 lines
214 B
HTML
12 lines
214 B
HTML
<html>
|
|
<body>
|
|
<table style="background: lightblue;" cellspacing="0" cellpadding="0">
|
|
<tr><td>
|
|
<img src="mozilla-banner.gif"/>
|
|
<br/>
|
|
Here's some text following the image.
|
|
</tr></td>
|
|
</table>
|
|
</body>
|
|
</html>
|