mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
14 lines
No EOL
440 B
HTML
14 lines
No EOL
440 B
HTML
<html>
|
|
<head>
|
|
<title>Unique title</title>
|
|
</head>
|
|
<frameset cols="*, *, *, *, *, *, *">
|
|
<frame name="first" src="page/1"/>
|
|
<frame name="second" src="page/2?title=Fish"/>
|
|
<frame name="third" src="formPage.html"/>
|
|
<frame name="fourth" src="framesetPage2.html"/>
|
|
<frame id="fifth" src="xhtmlTest.html"/>
|
|
<frame id="sixth" src="test_iframe.html"/>
|
|
<frame id="sixth.iframe1" src="page/3"/>
|
|
</frameset>
|
|
</html> |