/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/app/index.html
28 строк
1 KB
Brendan Allan
fix(app): improve iOS PWA shell (#32798)
23 июн 2026, 12:59
Не верифицирован
23 июн 2026, 12:59
a21e747
Код
Авторство
О чём код?
<!doctype html> <html lang="en" style="background-color: var(--v2-background-bg-deep, #fafafa)"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, interactive-widget=resizes-content, viewport-fit=cover" /> <title>OpenCode</title> <link rel="icon" type="image/png" href="/favicon-96x96-v3.png" sizes="96x96" /> <link rel="icon" type="image/svg+xml" href="/favicon-v3.svg" /> <link rel="shortcut icon" href="/favicon-v3.ico" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-v3.png" /> <link rel="manifest" href="/site.webmanifest" /> <meta name="theme-color" content="#fafafa" /> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta property="og:image" content="/social-share.png" /> <meta property="twitter:image" content="/social-share.png" /> <script id="oc-theme-preload-script" src="/oc-theme-preload.js"></script> </head> <body class="antialiased overscroll-none text-12-regular overflow-hidden bg-v2-background-bg-deep"> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root" class="flex flex-col h-dvh bg-v2-background-bg-deep p-px"></div> <script src="/src/entry.tsx" type="module"></script> </body> </html>