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.
45 lines
959 B
45 lines
959 B
<?php
|
|
header('Content-Type: text/html; charset=utf-8');
|
|
?>
|
|
<html>
|
|
<head>
|
|
<title>学生管理系统</title>
|
|
<style>
|
|
.d1{
|
|
font-family: "Adobe 楷体 Std R";
|
|
text-align: center;
|
|
font-size: 52px;
|
|
color: #600;
|
|
text-shadow: 2px 2px 2px #F00;
|
|
//background-image:url(images/9999.jpg)
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
|
|
</style>
|
|
</head>
|
|
<body topMargin="0" leftMargin="0" bottomMargin="0" rightMargin="0">
|
|
<table width="1025" border="0" align="center" cellpadding="0" cellspacing="0" style="width: 1024px;">
|
|
<tr>
|
|
<td width="1025"><img src="images/top.jpg" width="1700" height="200"><div class="d1">学生成绩管理系统 </div></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><iframe src="main_frame.html" width="1700" height="616"></iframe></td>
|
|
|
|
</tr>
|
|
|
|
<tr><td><img src="images/底部.png" width="1700" height="118">
|
|
</td></tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
<script type="text/javascript">
|
|
|
|
console.info("console");
|
|
|
|
</script>
|