17 lines
584 B
HTML
17 lines
584 B
HTML
|
|
<html>
|
||
|
|
|
||
|
|
<!--------------------------------------:noTabs=true:tabSize=2:indentSize=2:--
|
||
|
|
-- Xinha example frameset.
|
||
|
|
--
|
||
|
|
-- $HeadURL: http://svn.xinha.python-hosting.com/trunk/examples/full_example.html $
|
||
|
|
-- $LastChangedDate: 2005-09-08 01:12:14 +1200 (Thu, 08 Sep 2005) $
|
||
|
|
-- $LastChangedRevision: 312 $
|
||
|
|
-- $LastChangedBy: gocher $
|
||
|
|
--------------------------------------------------------------------------->
|
||
|
|
|
||
|
|
<frameset cols="220,*">
|
||
|
|
<frame src="full_example-menu.html" name="menu">
|
||
|
|
<frame src="about:blank" name="body">
|
||
|
|
</frameset>
|
||
|
|
</html>
|