2013-02-16 16:14:39 -08:00

18 lines
636 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>EQEmulator Management</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="99,*" cols="*" frameborder="YES" border="1" framespacing="0">
<frame src="top.html" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="114,*" framespacing="0" frameborder="NO" border="0">
<frame src="menu.html" name="leftF" scrolling="NO" noresize>
<frame src="status.html" name="main">
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>