8 lines
250 B
HTML
8 lines
250 B
HTML
<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>
|