
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@995 8e941d3f-bd1b-0410-a28a-d453659cc2b4
16 lines
342 B
HTML
16 lines
342 B
HTML
|
|
<head>
|
|
<title>Sample HTML file</title>
|
|
</head>
|
|
|
|
<frameset rows="125,4,*">
|
|
<frame src="sample2.htm" name="Top" >
|
|
<frame src="space.htm" scrolling="no">
|
|
<frame src="sample3.htm" name="Bot">
|
|
<noframes>
|
|
<center><h1>Frame Alert</h1>
|
|
This document is designed to be viewed with a Frame viewer. </center>
|
|
</noframes>
|
|
</frameset>
|
|
|