运行代码 缩小
汉王
HTML代码
复制 格式化 注释 注释 清空
放大
AخA
 
1
<html>
2
<head>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
<title>404 Not Found</title>
5
<style type="text/css">
6
<!--
7
body {
8
background-color: #0402a4;
9
font-size: 18px;
10
font-family: Courier, Consolas;
11
color: #FFFFFF;
12
}
13
-->
14
</style>
15
</head>
16
<body>
17
<p>一个错误导致浏览器蓝屏系统已挂机请重启计算机!</p>
18
<p>404_NOT_FOUND</p>
19
<p>If this is the first time you've seen this stop error screen, refresh your browser. If this screen appears again, follow these steps: </p>
20
<p>Check to be sure you have adequate disk space, if a driver is identified in the stop message, disable the driver or check with the manufacturer for driver updates. Try changing video adapters. </p>
21
<p>Check with your hardware vendor for any BIOS updates. Disable BIOS memory options such as caching or shadowing. If you need to use safe Mode to try again, restart your browser, press Ctrl+Shift+Delete to access Clear recent History, and then beside Time range to clear, click Everything, and then select clear now. </p>
22
<p>Technical information:</p>
23
<p>*** STOP:0×00000001( 0×00000000,0×00000001, 0×00000002,0×00000003 )</p>
24
<p>Beginning dump of physical memory</p>
25
<p>physical memory dump complete</p>
26
<p>Contact your system administrator or technical support group for further assistance. </p>
27
</body>
28
</html>
CSS代码
复制 格式化 注释 注释 颜色 清空
放大
CSS代码...
x
 
1
JS代码
复制 格式化 注释 注释 清空
放大
JS代码...
xxxxxxxxxx
1
 
1
名称
仿蓝屏效果的搞笑404错误页
分类
网站常用
描述
有点像搞笑恶搞风格的404错误页效果,仿Windows的蓝屏效果,当网页找不到或加载失败时候可以显示此自定义的404错误页,不过要视网站风格来定哦,如果你网站的访问对象大部分是电脑高手,那你可以这样用,如果不是,别人可能不知道这个网...
收藏