summaryrefslogtreecommitdiffhomepage
path: root/app/packages/web/index.html
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-05-26 17:25:06 -0400
committerJay V <[email protected]>2025-05-26 17:25:12 -0400
commit66b18959ebc7b699a74ce69d3adfb4c4dcaa5fd1 (patch)
tree5ef9340b1c496076dd1e12156fdc35c3f3c35933 /app/packages/web/index.html
parentdeacf5991abfb777aae7823a8e7e352fbefdabd0 (diff)
downloadopencode-66b18959ebc7b699a74ce69d3adfb4c4dcaa5fd1.tar.gz
opencode-66b18959ebc7b699a74ce69d3adfb4c4dcaa5fd1.zip
Merging docs and share app
Diffstat (limited to 'app/packages/web/index.html')
-rw-r--r--app/packages/web/index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/packages/web/index.html b/app/packages/web/index.html
deleted file mode 100644
index 48c59fc12..000000000
--- a/app/packages/web/index.html
+++ /dev/null
@@ -1,16 +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" />
- <link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.ico" />
- <title>Solid App</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>