404页面跳转会首页会被K吗?
<meta http-equiv="refresh" content="3;URL=地址">
404页面直接跳转回网站首页没事吧!
会被K吗?
我的404页面
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>404 Not Found</title>
<meta http-equiv="refresh" content="5;URL=http://www.xinli55.cn">
<style type=text/css>
body {
color:#FFFFFF;
font-size: 16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
}
a:link {
color: #fff; text-decoration: none;
}
a:visited {
color: #fff; text-decoration: none
}
</style>
</head>
<body>
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#99CCCC">
<tr align="center" valign="middle">
<td>
<table border="0" cellspacing="0" cellpadding="10" bgcolor="#000000" width="60%">
<tr>
<td align="center" bgcolor="#0000FF">
<p>糟糕!此链接好像已损坏.</p>
<p><strong><a href="http://www.xinli55.cn">点击返回</a></strong></p></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
