簡(jiǎn)約的404錯(cuò)誤頁(yè)面代碼網(wǎng)站網(wǎng)頁(yè)特效代碼

代碼如下:
<!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=utf-8" /> <title>頁(yè)面不存在 正在跳轉(zhuǎn)首頁(yè)</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> <td align="center" style="padding-top:60px;"> <img src="http://www.yibuxinxi.cn/wp-content/uploads/2021/12/ywdh-logo-1.png" /> </td> </tr> <tr> <form name=loading> <td align=center> <p><font color=gray>您訪問(wèn)的頁(yè)面不存在.正在為您載入首頁(yè)請(qǐng)稍候.......</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);}//這里修改載入時(shí)間 else {window.location = "http://www.xx8g.com/";}//這里改成你的網(wǎng)站地址 } </script> </p> </td> </form> </tr> </table> </body> </html>
? 版權(quán)聲明
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載。
相關(guān)文章
暫無(wú)評(píng)論...