mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
24 lines
827 B
PHP
24 lines
827 B
PHP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
|
<html>
|
|
<head>
|
|
<title>VileSci</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<link rel="stylesheet" href="../skin/vilesci.css" type="text/css" />
|
|
<link rel="shortcut icon" href="Vilesci.ico" type="image/x-icon">
|
|
</head>
|
|
<frameset rows="49px,*" framespacing="1" border="1">
|
|
<frame src="top.php" id="top" name="top" frameborder="0" scrolling="No"/>
|
|
<frameset cols="200px,*" >
|
|
<frame src="left.php" id="nav" name="nav" />
|
|
<frame src="main.php" id="main" name="main" />
|
|
</frameset>
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF">
|
|
This application works only with a frames-enabled browser.<br />
|
|
<a href="main.php">Use without frames</a>
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
|
|
</html>
|