<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>x-ui面板访问指引</title>
    <style>
        body { font-family: Arial, sans-serif; padding: 40px; line-height: 1.6; }
        h1 { color: #27ae60; }
        .link { font-size: 18px; color: #2980b9; margin: 20px 0; padding: 10px; background: #f8f9fa; border-radius: 5px; }
        .credentials { background: #fff3cd; padding: 15px; border-radius: 5px; margin: 20px 0; }
        .warning { color: #d35400; font-weight: bold; }
        code { background: #f8f9fa; padding: 2px 5px; border-radius: 3px; }
    </style>
</head>
<body>
    <h1>✅ x-ui面板已配置</h1>
    
    <p>由于Nginx代理配置问题，请直接访问x-ui面板：</p>
    
    <div class="link">
        <a href="https://panel.nealfcc.top:27117/t4gXEWQUy0y8wwdPhv/">
            https://panel.nealfcc.top:27117/t4gXEWQUy0y8wwdPhv/
        </a>
    </div>
    
    <div class="credentials">
        <p><strong>登录凭据：</strong></p>
        <ul>
            <li>用户名: <code>xnbR1jDl4R</code></li>
            <li>密码: <code>JGcPFI7YBv</code></li>
        </ul>
    </div>
    
    <p class="warning">⚠️ 重要：登录后立即修改默认密码！</p>
    
    <p><strong>如果遇到SSL证书警告：</strong></p>
    <ul>
        <li>点击"高级"</li>
        <li>点击"继续前往"（不同浏览器提示不同）</li>
        <li>这是正常的，x-ui使用自签名证书</li>
    </ul>
    
    <p><strong>备用测试命令：</strong></p>
    <pre>curl -k https://panel.nealfcc.top:27117/t4gXEWQUy0y8wwdPhv/</pre>
</body>
</html>