﻿<!DOCTYPE html>
<html>
<head>
    <title>异常提示系统</title>
    <!--顶部通用mata标签代码 -->
    <!--#include file="pages/includePages/common/HeaderMeta.html"-->
    <style type="text/css">
        html, body {
            height: 100%;
            margin: 0;

        }
    </style>
</head>
<body>
    <div style="width:100%;height:100%;background-image:url(images/GeneralErrorPage.png);background-repeat:no-repeat;background-size:auto;background-position:center;"></div>
</body>
</html>
