404页面7秒自动跳转首页

以下是米粒在线分享的404页面的内容,自己创建一个404.html文件,将代码复制粘贴进去,然后修改自己的网址就可以了。红色字根据自身情况修改。


 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>404</title>
</head>
<style>
.error{ text-align:center; width:300px; position:absolute; top:50%; left:50%; margin-left:-150px; margin-top:-150px;}
</style>
<script type="text/javascript">
function countDown(secs,surl){
//alert(surl);
var jumpTo = document.getElementById('jumpTo');
jumpTo.innerHTML=secs;
if(--secs>0){
setTimeout("countDown("+secs+",'"+surl+"')",1000);
}
else{
location.href=surl;
}
}
</script>
<body>
<center>
<table cellpadding="0" cellspacing="0" border="0" class="error">
<tr>
<td><a href="http://www.miliol.com"><img src="images/logo1.gif" border="0" /></a></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="font-size:14px; font-weight:bold;">很抱歉,您要访问的页面不存在。</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="font-size:14px; font-weight:bold;"><span id="jumpTo">7</span>秒后自动跳转到<a href="http://www.miliol.com">米粒在线</a></td>
</tr>
<script type="text/javascript">countDown(7,'http://www.miliol.com/');</script>
</table>
</center>
</body>
</html>

米粒在线
  • 本文由 发表于 2013年1月8日15:47:06
  • 转载请务必保留本文链接:https://www.miliol.org/2955.html
网站建设

从并发20到并发120之laravel性能优化

调优成果 遇到问题 单台服务并发20,平均响应时间1124ms,通过htop观察,发现cpu占用率达到100%(包括sleep的进程),内存几乎没怎么用。 调优后 单机最大吞吐量达到1...
wordpress主题

为了WordPress运行效率翻倍我用Cyberpanel替代了宝塔面板

因为我的博客最近这段时间总是莫名其妙的卡成狗,用的是应该是某个插件的原因,正好许久没折腾了就追求刺激,准备重新使用我以前心心恋恋的 openlitespeed,当初测试在都安装插件的情况下 NGINX...
匿名

发表评论

匿名网友 填写信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: