error.html 1.45 KB

<!DOCTYPE html >
<html lang="zh-CN">
<head>
    <meta charset="utf-8">
    <meta http-equiv="Expires" CONTENT="0">
    <meta http-equiv="Cache-Control" CONTENT="no-cache">
    <meta http-equiv="Cache-Control" CONTENT="no-store">
    <meta http-equiv="Pragma" content="no-cache">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="ERP 应用">
    <meta name="author" content="犀牛网络">
    <link rel="Shortcut Icon" href="/home/images/favicon.ico"  type="image/x-icon"  >
    <link href="/home/vendor/bootstrap/3.2.0/css/bootstrap.css" rel="stylesheet">
    <link href="/home/styles/common-old.css" rel="stylesheet">
    <link href="/home/styles/application.css" rel="stylesheet">

</head>
<body >
<div id="error-page">
    <div>
        <label id="ee"></label>
    </div>

    <!--<div class="error-box">-->
    <!--<h3 class="page_500"></h3>-->
    <!--<p>Sorry!服务器内部错误!<br>3秒钟自动跳转或点击</p>-->
    <div style="width:100%; height: auto;overflow: hidden; text-align: center;">
        <img src="/home/images/error.png" class="errorimg">
        <div class="desc-word">我天吶,出错啦!</div>
        <div class="page-reload" onclick="javascript:location.reload();">重新加载</div>
        <!--<a class="backicon" on-click="window.refresh();">重新加载</a>-->
    </div>

    <!--</div>-->

</div>

</body>
</html>