
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@995 8e941d3f-bd1b-0410-a28a-d453659cc2b4
14 lines
334 B
HTML
14 lines
334 B
HTML
<head>
|
|
<title>Frame Demo Program</title>
|
|
</head>
|
|
|
|
<frameset cols="115,*" border=0>
|
|
<frame src="leftwin.htm" name="LeftWin" Scrolling="NO">
|
|
<frame src="readme1.htm" name="RightWin">
|
|
<noframes>
|
|
<center><h1>Frame Alert</h1>
|
|
This document is designed to be viewed with a Frame viewer. </center>
|
|
</noframes>
|
|
</frameset>
|
|
|