mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-16 08:55:23 +02:00
21 lines
687 B
HTML
21 lines
687 B
HTML
<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>
|