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.
15 lines
318 B
15 lines
318 B
<?php
|
|
header('Content-Type: text/html; charset=utf-8');
|
|
?>
|
|
<html>
|
|
<head>
|
|
<title>学生成绩管理系统</title>
|
|
</head>
|
|
<body topMargin="130" marginwidth="400" background="images/BG.png">
|
|
<table>
|
|
<tr>
|
|
<td><iframe src="main_frame.html" width="1200" height="500"></iframe></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|