MENU

博客的500错误页源码

2016-12-10 • 笔记

居然有人要我这垃圾博客的500页的源码,居然要了发出来好了(就不能Ctrl+S保存一下500页吗那么懒干嘛)
记得把图片链接写上如果碎图就是没写,那个谁自己点阅读全文复制一下
PS:这是500服务器内部错误页的源码不是五百页的源码


<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>服务器内部错误 - 橘纸的博客</title>
<style>
*{margin:0;padding:0;outline:none;font-family:\5FAE\8F6F\96C5\9ED1,宋体;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;cursor:default;font-weight:lighter;}
.center{margin:0 auto;}
.whole{width:100%;height:100%;line-height:100%;position:fixed;bottom:0;left:0;z-index:-1000;overflow:hidden;}
.whole img{width:100%;height:100%;}
.mask{width:100%;height:100%;position:absolute;top:0;left:0;background:#000;opacity:0.6;filter:alpha(opacity=60);}
.b{width:100%;text-align:center;height:400px;position:absolute;top:50%;margin-top:-230px}.a{width:150px;height:50px;margin-top:30px}.a a{display:block;float:left;width:150px;height:50px;background:#fff;text-align:center;line-height:50px;font-size:18px;border-radius:25px;color:#333}.a a:hover{color:#000;box-shadow:#fff 0 0 20px}
p{color:#fff;margin-top:40px;font-size:24px;}
#num{margin:0 5px;font-weight:bold;}
</style>
<meta http-equiv="refresh" content="5">
</head>

<div class="whole">
    <img src="背景图">
    <div class="mask"></div>
</div>
<div class="b">
        <img src="500LOGO图" class="center">
        <p>
            服务器可能是同时访问的人数太多口吐白沫中<br>
            急救人员正在急救,或者几秒后自我恢复<br>
            请稍等片刻....<br>
        </p>
    </div>

</body>
</html>

归档 文章二维码
本页链接的二维码
打赏二维码