dummy_iframe_page.html (250B)
1 <html> 2 <head> <meta charset="utf-8"> </head> 3 <body> 4 just a dummy html file with an iframe 5 <iframe id="frame1" src="dummy_page.html?sub_entry=0"></iframe> 6 <iframe id="frame2" src="dummy_page.html?sub_entry=0"></iframe> 7 </body> 8 </html>