summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/index.html
diff options
context:
space:
mode:
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>