505.html 1.07 KB
<!DOCTYPE html>
<html>
<head>
    <meta charset='utf-8'>
    <title>500 页面</title>
    <style type='text/css'>
        body {
            margin: 8% auto 0;
            max-width: 400px;
            min-height: 200px;
            padding: 10px;
            font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
            font-size: 14px;
            padding-right: 200px;
            position: relative;
        }

        p {
            color: #555;
            margin: 15px 0px;
        }

        img {
            border: 0px;
        }

        .d {
            color: #404040;
        }

        .robot img {
            max-width: 192px;
        }

        .robot {
            position: absolute;
            top: 0;
            right: 0;
        }
    </style>
</head>
<body>
<div style="margin-top:20px">
    <p style=""><b style="">500.</b>  Server Error</p>
    <p class="d">后台服务出现异常、反复出现请联系管理员查看日志。</p>
    <a href="javascript:history.go(-1);">向上一页</a>
</div>
</body>
</html>