
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>系统整合通知</title>
    <style>
        body { font-family: "Microsoft YaHei", sans-serif; text-align: center; padding: 100px 20px; background: #f5f7fa; }
        .container { max-width: 600px; margin: 0 auto; background: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 2px 12px rgba(0,0,0,0.1); }
        h1 { color: #d32f2f; font-size: 24px; }
        p { font-size: 18px; color: #333; margin-top: 20px; }
        a { color: #1a73e8; text-decoration: none; font-weight: bold; }
        a:hover { text-decoration: underline; }
    </style>
</head>
<body>
    <div class="container">
        <h1>隐患排查系统功能已整合至数智施工系统</h1>
        <p>请登录：<a href="https://www.smart-worksite.com" target="_blank">https://www.smart-worksite.com</a></p>
        <p style="font-size:14px; color:#999; margin-top:30px;">点击上方链接跳转至新系统</p>
    </div>
</body>
</html>