KLanding/config/index.php
2015-12-12 23:17:13 +00:00

16 lines
384 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>KLanding Config</title>
</head>
<frameset rows="10%,80%,10%">
<frame name="top" frameborder="0" src="menu.php" />
<frame name="main" frameborder="0" src="default.php" />
<frame name="bottom" frameborder="0" src="menu.php" />
<noframes>
<body>
Your browser does not support frames.
</body>
</noframes>
</frameset>
</html>