/
KDP
/
ADOS
Обзор
Документация
Войти
/
KDP
/
ADOS
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
index.html
38 строк
1 KB
Krylov Dmitry
Рыба
01 янв 2026, 20:44
01 янв 2026, 20:44
f51b546
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Azure DevOps Bridge</title> <meta name="theme-color" content="#2563eb"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <link rel="manifest" href="manifest.json"> <script src="https://cdn.tailwindcss.com"></script> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <style> body { font-family: 'Inter', sans-serif; background-color: #f3f4f6; -webkit-tap-highlight-color: transparent; overscroll-behavior-y: contain; } .glass { background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); } </style> <script type="importmap"> { "imports": { "@google/genai": "https://esm.sh/@google/genai@^1.34.0", "react-dom/": "https://esm.sh/react-dom@^19.2.3/", "react/": "https://esm.sh/react@^19.2.3/", "react": "https://esm.sh/react@^19.2.3" } } </script> <link rel="stylesheet" href="/index.css"> </head> <body class="bg-slate-50 text-slate-900"> <div id="root"></div> <script type="module" src="/index.tsx"></script> </body> </html>