mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
14 lines
162 B
HTML
14 lines
162 B
HTML
<html> <body>
|
|
1
|
|
<table border=1 width="100%">
|
|
<tr><td></td></tr>
|
|
</table>
|
|
2
|
|
<br>
|
|
3
|
|
<table border=1 width="100%">
|
|
<tr></tr>
|
|
</table>
|
|
4
|
|
</body> </html>
|