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.
32 lines
687 B
32 lines
687 B
<?php
|
|
header('Content-Type: text/html; charset=utf-8');
|
|
|
|
?>
|
|
<html>
|
|
<head>
|
|
<title>学生管理系统</title>
|
|
</head>
|
|
<body topMargin="0" leftMargin="0" bottomMargin="0" rightMargin="0" background="images/780.jpg">
|
|
|
|
|
|
<table width="675" border="0" align="center" cellpadding="0" cellspacing="0" style="width: 1024px; ">
|
|
<tr>
|
|
<td><img src="images/清华1.png" width="960" height="116"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><iframe src="main_frame.html" width="960" height="410"></iframe></td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td><img src="images/清华2.png" width="960" height="42"></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|
|
<script type="text/javascript">
|
|
|
|
console.info("console");
|
|
|
|
</script>
|