Files
FHC-Core/admin/index.html
T
Christian Paminger bffd1deb72
2007-03-20 08:29:14 +00:00

16 lines
273 B
HTML

<html>
<head>
<title>VileSci</title>
</head>
<frameset cols="150,*" rows="*" border="0" frameborder="0">
<frame src="menu.html" name="nav">
<frame src="main.html" name="main">
</frameset>
<noframes>
<body bgcolor="#FFFFFF">
</body>
</noframes>
</html>