summaryrefslogtreecommitdiff
path: root/react/02-vite/index.html
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-06-27 20:12:36 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-06-27 20:12:36 +0530
commit54531d0087ec3c0982e8589e88f0981a0939764b (patch)
tree0a9f28938f986c28bc95b8caff2cd16dd8c26542 /react/02-vite/index.html
parentd678dd98e4ab9b45e3e941e9002054ef639d1cfb (diff)
react/02-vite sample project added
Diffstat (limited to 'react/02-vite/index.html')
-rw-r--r--react/02-vite/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/react/02-vite/index.html b/react/02-vite/index.html
new file mode 100644
index 0000000..b734b27
--- /dev/null
+++ b/react/02-vite/index.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>02-vite</title>
+ </head>
+ <body>
+ <div id="root"></div>
+ <script type="module" src="/src/main.jsx"></script>
+ </body>
+</html>