mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
12 lines
145 B
HTML
12 lines
145 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table width="100" border="4">
|
|
<tr>
|
|
<td style="min-width: 200px">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|