diff options
| author | Frank <[email protected]> | 2025-08-08 13:22:54 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-08-08 13:24:32 -0400 |
| commit | 183e0911b76025a1f2a82e979d9834fec2131d0e (patch) | |
| tree | 9987c1753bd64d1ce1d174ab397f1a8c681f642c /cloud/web/index.html | |
| parent | c7bb19ad0712469063eab35589aa5d3602b0c5b1 (diff) | |
| download | opencode-183e0911b76025a1f2a82e979d9834fec2131d0e.tar.gz opencode-183e0911b76025a1f2a82e979d9834fec2131d0e.zip | |
wip: gateway
Diffstat (limited to 'cloud/web/index.html')
| -rw-r--r-- | cloud/web/index.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/cloud/web/index.html b/cloud/web/index.html new file mode 100644 index 000000000..55c54c1f1 --- /dev/null +++ b/cloud/web/index.html @@ -0,0 +1,38 @@ +<!doctype html> +<html lang="en" data-color-mode="dark"> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>OpenControl</title> + <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> + + <link rel="icon" href="/favicon.ico" sizes="48x48"> + <link rel="icon" href="/favicon.svg" media="(prefers-color-scheme: light)"> + <link rel="icon" href="/favicon-dark.svg" media="(prefers-color-scheme: dark)"> + <link rel="shortcut icon" href="/favicon.svg" type="image/svg+xml"> + + <meta property="twitter:image" content="%BASE_URL%/social-share.png"> + <meta property="og:title" content="OpenControl"> + <meta property="og:url" content="%BASE_URL%"> + <meta property="og:locale" content="en"> + <meta property="og:description" content="Control your infrastructure with AI."> + <meta property="og:site_name" content="OpenControl"> + <meta name="twitter:card" content="summary_large_image"> + <meta name="description" content="Control your infrastructure with AI."> + <meta property="og:image" content="%BASE_URL%/social-share.png"> + + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&family=Rubik:[email protected]&display=swap" rel="stylesheet"> + <!--ssr-head--> + <!--ssr-assets--> + </head> + <body> + <noscript>You need to enable JavaScript to run this app.</noscript> + <div id="root"> + <!--ssr-outlet--> + </div> + + <script type="module" src="/src/entry-client.tsx"></script> + </body> +</html> |
