summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/index.html
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-10 06:55:44 -0600
committerAdam <[email protected]>2025-12-10 15:17:02 -0600
commitada40decd14fc18901486382a10b1ec1d0d21f7e (patch)
treead26704856bad18da056c9cb525eebae189b586b /packages/ui/index.html
parent6866a060bc48031ecc3b0f7c1c1e99f6961a4cb1 (diff)
downloadopencode-ada40decd14fc18901486382a10b1ec1d0d21f7e.tar.gz
opencode-ada40decd14fc18901486382a10b1ec1d0d21f7e.zip
wip(desktop): progress
Diffstat (limited to 'packages/ui/index.html')
-rw-r--r--packages/ui/index.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/ui/index.html b/packages/ui/index.html
deleted file mode 100644
index 7697a5f96..000000000
--- a/packages/ui/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!doctype html>
-<html lang="en">
- <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>