This commit is contained in:
Christian Paminger
2007-03-20 08:29:14 +00:00
parent 5553ee883f
commit bffd1deb72
3 changed files with 205 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
<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>