RetroZilla/layout/html/tests/frameset/core/start.htm

7 lines
138 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<frameset rows="7%,*" border=1>
<frame src="content.htm" scrolling="no">
<frame src="about:blank">
</frameset>
</html>