www.gusucode.com > 仿51.com的php源码 1.1 > 404.php

    
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>404</title>
<style type="text/css">
<!--
.sos {
border: 1px solid #000000;
}
.ljl {
font-size: 12px;
color: #0000FF;
}
.ljl a{	font-size: 12px;
color: #0000FF;
text-decoration: underline;}
a:hover{
	color:#FFFFFF;
	background-color: #0000FF;
}
.gd {
	font-family: "黑体";
	font-size: 18px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #01478d;
}
.gd a{color: #0000FF;
text-decoration: underline;}
-->
</style>
</head>

<body>
<br />
<br />
<br />
<br />

<br />
<br />
<table width="600" height="150" border="0" align="center" cellpadding="0" cellspacing="0" class="sos">
<tr>
<td height="118"><table width="570" height="100" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="23"><img src="images/logo.gif" width="102" height="23" /></td>
</tr>
<tr>
<td height="40" align="center" class="gd"><?php if($_GET["id"]=="7"){?>该用户将主页设为隐藏,或者该用户已经被删除!<?php }?><?php if($_GET["id"]=="4"){?>你没有权利查看该页面!<?php }?></td>
</tr>
</table></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f4f4f4" class="ljl"><a href="http://www.wu-liao.com">返回首页</a> &nbsp;&nbsp;&nbsp;</td>
</tr>
</table>
</body>
</html>