mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01: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>
|
|
|