<!DOCTYPE html>
    <html dir='rtl'>
    <head>
        <meta charset='UTF-8'>
        <title>پنل مدیریت ربات تلگرام</title>
        <style>
            body { font-family: Tahoma; margin: 20px; }
            h1, h2 { color: #333; }
            .status { padding: 10px; margin: 5px 0; border-radius: 5px; }
            .success { background-color: #dff0d8; color: #3c763d; }
            .error { background-color: #f2dede; color: #a94442; }
            .info { background-color: #d9edf7; color: #31708f; }
            a { color: #337ab7; text-decoration: none; }
            a:hover { text-decoration: underline; }
        </style>
    </head>
    <body><h1>پنل مدیریت ربات تلگرام</h1><h2>بررسی تنظیمات</h2><div class='status success'>توکن ربات: ✅ تنظیم شده<br>کلید API: ✅ تنظیم شده<br>مدل API: ✅ تنظیم شده<br></div><h2>بررسی اتصال به API تلگرام</h2><div class='status success'>✅ ربات فعال است<br>نام ربات: PARSICO 🅐🅘<br>نام کاربری: @PARSICOAIBOT<br></div><h2>بررسی وب‌هوک</h2><div class='status success'>✅ وب‌هوک فعال است<br>آدرس وب‌هوک: <br>آخرین خطا: بدون خطا<br></div><h2>مدیریت وب‌هوک</h2><div class='status info'><a href='?action=set_webhook'>تنظیم وب‌هوک</a> | <a href='?action=delete_webhook'>حذف وب‌هوک</a></div></body></html>