mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-05 02:06:25 +00:00
13 lines
226 B
HTML
13 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-print">
|
|
<body>
|
|
<div style="float:left">
|
|
<div>
|
|
<img src="about:blank" height="2000">
|
|
</div>
|
|
<div style="float:left">XYZ</div>
|
|
</div>
|
|
<div style="clear:both"></div>
|
|
</body>
|
|
</html>
|