500.html 587 Bytes
Newer Older
潘际乾 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18

<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
         <!-- 7-9行控制生产上版本迭代缓存 问题 -->
    <meta http-equiv="pragma" content="no-cache"> 
    <meta http-equiv="Cache-Control" content="no-cache, must-revalidate"> 
    <meta http-equiv="expires" content="0">  
    <link rel="shortcut icon" href="img/favicon.ico"/>
    <title>没有找到</title>
</head>
<body>

    <span class="rootSpan">当前服务器出现异常,请联系管理员!</span>

</html>