windows 98经典蓝屏网页代码
[code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>An exception has occurred</title>
<!-- All your... umm... CSS... bah.. x_x; -->
<style type="text/css" media="screen">
body { background-color: #0000aa; color: #fff; font: 14px Fixedsys, monospace; }
a { color: #fff; text-decoration: none; }
p { margin-bottom: 20px; }
p.message { text-align: left; }
h1 { background: #aaaaaa; color: #0000aa; display: inline; font-size: 14px; padding: 0 5px; }
ul { text-align: left; padding: 0 0 20px 20px; }
li { padding: 0 0 0 10px; }
ins { text-decoration: none; }
#container { display: table-cell; vertical-align: middle; }
#bsod { height: 480px; margin: -240px 0 0 -320px; padding: 0; width: 640px; text-align: center; position: absolute; left: 50%; top: 50%; }
</style>
</head>
<html>
<body>
<div id="bsod">
<h1>Exception</h1>
<p class="message">An exception has occurred while trying to access this site. Services on this website have been terminated.</p>
<p class="message">Exception Code: 0</p>
<ul>
<li>If this is the first time you have seen this stop error screen, refreash the page or try again later.</li>
<li>If problems continue, please contact the website administrator.</li>
</ul>
<p>Thank you for your understanding and patience.</p>
<p><a href="#" target="_self">back</a></p>
</div>
</body>
</html>
[/code]怀念当年windows 16位操作系统的蓝屏时代~
以上代码改造了一下,主要用于出现php程序错误的时候显示。您也可改造成404错误等等~
[[i] 本帖最后由 horseluke 于 2010-3-7 11:41 编辑 [/i]] 话说,我一个工作的机器是98的……中了很多毒……每次插u盘都会传染……
回复 2# 枯心树 的帖子
拒绝裸奔,杀软今天您装了没? [quote]原帖由 [i]horseluke[/i] 于 2010-3-10 18:14 发表 [url=http://www.freediscuz.net/bbs/redirect.php?goto=findpost&pid=34457&ptid=5756][img]http://www.freediscuz.net/bbs/images/common/back.gif[/img][/url]拒绝裸奔,杀软今天您装了没? [/quote]
:) 用老周的……360……虽然不是很喜欢,但是总好过没有吧。呵呵,主要是占用资源少一点。 这个有用吗
页:
[1]