Files
FHC-Core/vilesci/admin/index.html
T
Gerald Simane 725e178014
2009-06-08 06:37:57 +00:00

22 lines
625 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="de_AT">
<head>
<title>VileSci - Admin</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../skin/vilesci.css" type="text/css" />
</head>
<frameset cols="220,*">
<frame src="menu.html" id="nav" name="nav" frameborder="0" />
<frame src="main.html" id="main" name="main" frameborder="0" />
<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>