Files
FHC-Core/index.vilesci.html
T
Christian Paminger 0f0296a02a
2006-11-27 08:46:23 +00:00

18 lines
414 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd">
<html>
<head>
<title>VileSci</title>
</head>
<frameset cols="10%,*" rows="*" border="0" frameborder="0">
<frame src="vilesci/left.php" name="nav">
<frame src="vilesci/main.php" name="main">
</frameset>
<noframes>
<body bgcolor="#FFFFFF">
</body>
</noframes>
</html>