1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Hercules</title>
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="icon" href="images/favicon.ico" />
</head>
<frameset cols="15%,*" border="0" frameborder="1" framespacing="0">
<frame name="tasks" src="tasks.html">
<frameset rows="95,*" border="0" frameborder="1" framespacing="0">
<frame name="gui" src="fishgui.html" scrolling="no">
<frame name="main" src="cgi-bin/tasks/syslog#bottom">
<noframes>
<body>
<p>Hercules uses frames. Your browser does not support frames.</p>
</body>
</noframes>
</frameset>
</frameset>
</html>
|