mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
338 B
HTML
14 lines
338 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>FTP Frameset Test</title>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<frameset cols="30%,70%" name="ftp_main_frame">
|
||
|
<frame src="menu.html" name="ftp_menu" scrolling="yes" marginwidth="0" marginheight="0" noresize>
|
||
|
<frame src="contents.html" name="ftp_content" scrolling="YES" marginwidth="0" marginheight="0" noresize>
|
||
|
</frameset>
|
||
|
|
||
|
</html>
|
||
|
|