summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/index.html
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-10-14 07:14:26 -0500
committerAdam <[email protected]>2025-10-14 07:16:24 -0500
commit37e6c8342f1f63a95918a71ac78130b9d10d1103 (patch)
treef5baccd7d4d97a0171eb224c9f7d88ec62b14aac /packages/ui/index.html
parentc04e8929911be2433063e9a53cccf8d2dfd232b8 (diff)
downloadopencode-37e6c8342f1f63a95918a71ac78130b9d10d1103.tar.gz
opencode-37e6c8342f1f63a95918a71ac78130b9d10d1103.zip
wip: css and ui packages
Diffstat (limited to 'packages/ui/index.html')
-rw-r--r--packages/ui/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/ui/index.html b/packages/ui/index.html
new file mode 100644
index 000000000..b7f74e79d
--- /dev/null
+++ b/packages/ui/index.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<html lang="en" class="light">
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="theme-color" content="#000000" />
+ <title>OpenCode UI</title>
+ </head>
+ <body>
+ <noscript>You need to enable JavaScript to run this app.</noscript>
+ <div id="root"></div>
+ <script src="/src/index.tsx" type="module"></script>
+ </body>
+</html>