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