mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-05 14:19:27 +00:00
22 lines
710 B
HTML
22 lines
710 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>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
|
<link rel="stylesheet" href="skin/vilesci.css" type="text/css" />
|
|
</head>
|
|
|
|
<frameset cols="15%,*">
|
|
<frame src="vilesci/left.php" id="nav" name="nav" frameborder="0" />
|
|
<frame src="vilesci/main.php" id="main" name="main" frameborder="0" />
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF">
|
|
This application works only with a frames-enabled browser.<br />
|
|
<a href="vilesci/main.php">Use without frames</a>
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
|
|
</html>
|