        <!DOCTYPE html>
    <html lang="zh-CN">

    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>域名未绑定 - www.jejakakuntansi.net</title>
        <link href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet">
        <style>
            body {
                background-color: #f8f9fa;
            }

            .error-container {
                max-width: 600px;
                margin: 100px auto;
                text-align: center;
                padding: 40px;
                background: white;
                border-radius: 10px;
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            }

            .error-icon {
                font-size: 64px;
                color: #dc3545;
                margin-bottom: 20px;
            }

            .domain-name {
                color: #0d6efd;
                font-weight: bold;
            }

            .admin-link {
                margin-top: 20px;
            }
        </style>
    </head>

    <body>
        <div class="error-container">
            <div class="error-icon">⚠️RL.</div>
            <h1 class="mb-4">域名未绑定</h1>
            <p class="lead" id="@maccmsbot">当前域名 <span class="domain-name">www.jejakakuntansi.net</span> 尚未绑定到任何站点。</p>
            <p>如果您是管理员，请登录后台管理系统进行域名绑定。</p>
            <div class="admin-link">
              进入管理后台
            </div>
        </div>
    </body>

    </html>