You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
415 B

<?php
header('Content-Type: text/html; charset=utf-8');
?>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>学生成绩管理系统</title>
</head>
<frameset rows="20%,80%">
<frame frameborder=0 src="main.php" name="frmleft" scrolling="no" noresize>
<frame frameborder=0 src="body.html" name="frmmain" scrolling="no" noresize>
</frameset><noframes></noframes>
</html>
m