﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>软件已过期</title>
    <script src="/Include/Script/jquery.min.js" type="text/javascript"></script>
    <link rel="stylesheet" href="error.css" type="text/css" />
    <link href="reset.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <div class="error">
        <h2>
            软件已过期！</h2>
        <div class="error-info">
            <h3 id="errinfo">
                软件已过期，需要续约才能继续使用本软件！
            </h3>
            <div style="background: #eee; line-height: 22px; min-height: 100px;">
                联系软件服务商进行续约！
            </div>
            <h4>
                您可以返回<a href="/">首页</a>
            </h4>
        </div>
    </div>
</body>
</html>
