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

0.0/0人
免费

更新时间:2022-11-26 01:24:16

所属分类:其他资源

评论回复:0

 

暂无演示 下载权限

简约的404错误页面代码网站网页特效代码-第3张插图

代码如下:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>页面不存在 正在跳转首页</title>
  6. <style type="text/css">
  7. <!--
  8. body {
  9. font-size: 13px;
  10. FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#dbebfa,endColorStr=#f9fcfd);
  11. margin: 0px;
  12. }
  13. -->
  14. </style>
  15. </head>
  16.  
  17. <body>
  18. <table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">
  19. <tr>
  20. <td align="center" style="padding-top:60px;">
  21. <img src="https://www.dhw22.com/wp-content/uploads/2021/12/ywdh-logo-1.png" /> </td>
  22. </tr>
  23. <tr>
  24. <form name=loading>
  25. <td align=center>
  26. <p><font color=gray>您访问的页面不存在.正在为您载入首页请稍候.......</font></p>
  27. <p>
  28. <input type=text name=chart size=46 style="font-family:Arial;
  29. font-weight:bolder; color:gray;
  30. background-color:white; padding:0px; border-style:none;">
  31. <br>
  32. <input type=text name=percent size=46 style="font-family:Arial;
  33. color:gray; text-align:center;
  34. border-width:medium; border-style:none;">
  35. <script>var bar = 0
  36. var line = "||"
  37. var amount ="||"
  38. count()
  39. function count(){
  40. bar= bar+2
  41. amount =amount + line
  42. document.loading.chart.value=amount
  43. document.loading.percent.value=bar+"%"
  44. if (bar<99)
  45. {setTimeout("count()",100);}//这里修改载入时间
  46. else
  47. {window.location = "http://www.xx8g.com/";}//这里改成你的网站地址
  48. }
  49. </script>
  50. </p>
  51. </td>
  52. </form>
  53. </tr>
  54. </table>
  55. </body>
  56. </html>

百度
- MB

相关推荐

首页 导航 会员 客服 微信
客服QQ 客服微信 客服邮箱 TOP