-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path404.html
More file actions
36 lines (32 loc) · 2.15 KB
/
Copy path404.html
File metadata and controls
36 lines (32 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: 404s
---
<script type="text/javascript">$.backstretch('https://bing.ioliu.cn/v1?d=0&1920x1200');</script>
<div id="wrapper">
<section id="intro" class="main" style="text-align: center;">
<div style="text-align: left;font-family: Microsoft YaHei">
<h3>404 NOT FOUND!</h3>
<p>抱歉,沒有找到您需要的内容!!</P>
<p>404页面是网站必备的一个页面,它承载着用户体验与SEO优化的重任。404页面通常为用户访问了网站上不存在或已删除的页面,服务器返回的404错误。如果站长没有设置404页面,会出现死链接,蜘蛛爬行这类网址时,不利于搜索引擎收录。</p>
<h3>404 Not Found 由来</h3>
<p>据说在第三次科技革命之前,互联网的形态就是一个大型的中央数据库,这个数据库就设置在404房间里面。那时候所有的请求都是由人工手动完成的,如果在数据库中没有找到请求者所需要的文件,或者由于请求者写错了文件编号,用户就会得到一个返回信息:room 404 : file not found。后来互联网兴起后,人们也就习惯了用404作为服务器未找到文件的错误代码了。当然实际考证传说中的room 404是不存在的。</p>
<h3>设置404页面的两大好处</h3>
<ul>
<li>引导用户不要关闭网站,增强用户体验</li>
<li>防止网站出现死链接。</li>
</ul>
</div>
<img src="/static/jpg/404.jpg" style="margin:0 auto;">
</section>
</div>
<div class="container" style="bottom: 0;height: 30%;margin:0 auto;width: 100%;background-image:linear-gradient(90deg, #f79533 0px, #f37055 15%, #ef4e7b 30%, #a166ab 44%, #5073b8 58%, #1098ad 72%, #07b39b 86%, #6dba82 100%);border-radius: 4px;color: #fff;margin-top:30px; ">
<ul class="list-inline" style="font-size: 1.2em;font-family: KaiTi;text-align: center;margin:0 auto;">
<li><a href="/" class="button" onclick="Torment()">仔细找找</a></li>
<li><a href="/" class="button">返回首页</a></li>
</ul>
</div>
<script type="text/javascript">
function Torment() {
window.alert("你在这儿不管怎么找 也没有你要的东西哟");
}
</script>