mirror of
https://github.com/webmin/webmin.git
synced 2026-02-07 16:02:14 +00:00
17 lines
657 B
HTML
17 lines
657 B
HTML
<html>
|
|
<head><title>Xinha Extended Example</title></head>
|
|
<!--------------------------------------:noTabs=true:tabSize=2:indentSize=2:--
|
|
-- Xinha example frameset.
|
|
--
|
|
-- $HeadURL: http://svn.xinha.org/trunk/examples/ExtendedDemo.html $
|
|
-- $LastChangedDate: 2008-10-12 19:42:42 +0200 (So, 12. Okt 2008) $
|
|
-- $LastChangedRevision: 1084 $
|
|
-- $LastChangedBy: ray $
|
|
--------------------------------------------------------------------------->
|
|
|
|
<frameset cols="240,*">
|
|
<frame src="files/ext_example-menu.php" name="menu" id="menu">
|
|
<frame src="about:blank" name="body" id="body">
|
|
</frameset>
|
|
</html>
|