aboutsummaryrefslogtreecommitdiffstats
path: root/src/browser/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/browser/index.html')
-rw-r--r--src/browser/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/browser/index.html b/src/browser/index.html
new file mode 100644
index 0000000..142b590
--- /dev/null
+++ b/src/browser/index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="icon" href="/favicon.ico" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Vite App</title>
+ </head>
+ <body>
+ <div id="app"></div>
+ <script src="/codyframe-util.js"></script>
+ <script type="module" src="/src/main.js"></script>
+ </body>
+</html>