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.
19 lines
461 B
19 lines
461 B
<?php
|
|
header('Content-Type: text/html; charset=gb2312');
|
|
?>
|
|
<html>
|
|
<head>
|
|
<title>内容网页</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
|
|
<style type="text/css">
|
|
body {
|
|
background-image: url(images/%E8%83%8C%E6%99%AF.gif);
|
|
background-repeat: no-repeat;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body bgcolor="D9DFAA" topMargin="0" leftMargin="0" bottomMargin="0" rightMargin="0">
|
|
<img src="images/背景.gif" width="1953" height="656">
|
|
</body>
|
|
</html>
|