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