简约的404错误页面代码网站网页特效代码

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>页面不存在 正在跳转首页</title>
<style type="text/css">
<!--
body {
	font-size: 13px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#dbebfa,endColorStr=#f9fcfd);
	margin: 0px;
}
-->
</style>
</head>

<body>
<table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">

<tr>
<form name=loading>
<td align=center>
<p><font color=gray>您访问的页面不存在.正在为您载入首页请稍候.......</font></p>
<p>
<input type=text name=chart size=46 style="font-family:Arial;
font-weight:bolder; color:gray;
background-color:white; padding:0px; border-style:none;">
<br>
<input type=text name=percent size=46 style="font-family:Arial;
color:gray; text-align:center;
border-width:medium; border-style:none;">
<script>var bar = 0
var line = "||"
var amount ="||"
count()
function count(){
bar= bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+"%"
if (bar<99)
{setTimeout("count()",100);}//这里修改载入时间
else
{window.location = "https://imotao.com/";}//这里改成你的网站地址
}
</script>
</p>
</td>
</form>
</tr>
</table>
</body>
</html>

 

原创文章,作者:陌涛,如若转载,请注明出处:https://imotao.com/885.html

(0)
陌涛的头像陌涛
上一篇 2019年10月7日
下一篇 2019年10月8日

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据