mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-05 06:09:27 +00:00
18 lines
414 B
HTML
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>
|