mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
185 B
HTML
10 lines
185 B
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE>Sub Doc 1</TITLE>
|
||
|
<BASE target="header">
|
||
|
</HEAD>
|
||
|
<BODY>
|
||
|
<iframe src=sub_iframe.html style="position:absolute;left:0px;top:0px;"></iframe>
|
||
|
Line 1<br>
|
||
|
</BODY>
|
||
|
</HTML>
|