Files
org-hyperion-cules/html/hercules.html
Jay Maynard 11e8ed8dc9 Making the .ico MIME type consistent with actual web practice.
git-svn-id: file:///home/jj/hercules.svn/trunk@3465 956126f8-22a0-4046-8f4a-272fa8102e63
2005-12-19 15:52:28 +00:00

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>