RetroZilla/layout/html/tests/printer/shrink_to_fit/test5/simple_main.html

9 lines
388 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML>
<FRAMESET border="1" rows="*" cols="110,1*">
<FRAME id="frmFooter" name="header" scrolling="no" src="simple_sub1.html" noresize>
<FRAMESET border="1" rows="1*,1*" cols="*">
<FRAME id="frmFooter" name="header" scrolling="no" src="simple_sub2.html" noresize>
<FRAME id="frmContent" name="display" src="simple_sub3.html" scrolling=no>
</FRAMESET>
</FRAMESET>
</HTML>