- UID
- 43452
- 精华
- 0
- 冰点
- 160
- 阅读权限
- 130
- 主题
- 116
- 回帖
- 2441
- 在线时间
- 1134 小时
- 注册时间
- 2018-3-18
- 最后登录
- 2025-2-18
签到天数: 651 天 [LV.9]以坛为家II
精灵王☆
![Rank: 17](static/image/common/star_level3.gif) ![Rank: 17](static/image/common/star_level2.gif) ![Rank: 17](static/image/common/star_level2.gif) ![Rank: 17](static/image/common/star_level1.gif) ![Rank: 17](static/image/common/star_level1.gif)
- 回帖
- 2441
- 雪点
- 277275
- 阅读权限
- 130
- 在线时间
- 1134 小时
- 注册时间
- 2018-3-18
- 最后登录
- 2025-2-18
|
本帖最后由 7532159 于 2018-8-14 18:17 编辑
沒錯的話下載下來的是個html格式……應該是文件丟失了?
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gbk" />
- <title>Sorry,你访问的网页不存在!!!</title>
-
- <style type="text/css">
- body{ margin:10; padding:0; background:#efefef; font-family:Georgia, Times, Verdana, Geneva, Arial, Helvetica, sans-serif; }
- div#mother{ margin:0 auto; width:943px; height:572px; position:relative; }
- div#errorBox{ background: url(https://images.deainx.me/404.jpg) no-repeat top left; width:943px; height:572px; margin:auto; }
- div#errorText{ color:#39351e; padding:146px 0 0 446px }
- div#errorText p{ width:303px; font-size:14px; line-height:26px; }
- div.link{ /*background:#f90;*/ height:50px; width:145px; float:left; }
- div#home{ margin:0px 0 0 444px;}
- div#contact{ margin:0px 0 0 25px;}
- h1{ font-size:40px; margin-bottom:35px; }
- </style>
-
-
- </head>
- <body>
- <div id="mother">
- <div id="errorBox">
- <div id="errorText">
- <h1>你访问的网页不存在!</h1>
- <p>
- 你所查找的网址并不存在。
- <p>这有可能因为该网页已被移除,转址,或暂停。</p>
- 请检查您刚输入的网址是否正确。
- </p>
- <p>
- 如有任何疑问请联系管理员。
- </p>
- </div>
- <a href="https://www.deainx.net/" title="返回《飘雪动漫社》首页">
- <div class="link" id="home"></div>
- </a>
- <a href="mailto:admin@deainx.net" title="联系管理员">
- <div class="link" id="contact"></div>
- </a>
- </div>
- </div>
- </body>
- </html>
复制代码
|
|