linkchecker/test/frames.html

6 lines
198 B
HTML
Raw Normal View History

<!-- frame src urls -->
<frameset border="0" frameborder="0" framespacing="0">
<frame name="top" src="test1.html" frameborder="0">
<frame name="bottom" src="test2.html" frameborder="0">
</frameset>