<!DOCTYPE html>
<html lang="zh_CN">
<head>
    <meta charset="UTF-8">
    <title>404页面不存在</title>
    <meta name="renderer" content="webkit" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    <link rel="stylesheet" type="text/css" href="/static/css/zui.min.css">
    <style type="text/css">
        body{font-size: 14px;background-color: #039BE5;}
        .modal-backdrop.in {opacity: 0;}
        .modal-header {padding: 10px;}
        .modal-footer{padding: 10px;}
        .content{font-size: 16px;}
        @media (min-width: 768px) {.modal-dialog {width: 500px;}}
    </style>
</head>
<body>
<div class="modal" data-backdrop="static" data-keyboard="false" id="message">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header"><h4 class="modal-title">提示信息</h4></div>
            <div class="modal-body">Cn/_empty <br> 模板文件不存在 <br>/www/wwwroot/spfiltration.com/public/themes/spfiltration/cn/res.html</div>
            <div class="modal-footer text-right"> <a href="/" class="btn btn-primary">返回首页</a></div>
        </div>
    </div>
</div>
<script src="/static/lib/jquery/jquery.js"></script>
<script src="/static/js/zui.min.js"></script>
<script type="text/javascript">
    $(document).ready(function() {
        $("#message").modal('show');
    });
</script>
</body>
</html>