aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-07-25 18:52:28 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-07-25 18:52:28 +0530
commit458a8c849da82adf045a40919a4a9e3aa06e1c06 (patch)
tree12a38c835c45a66f0fd194dfa832aab618c1ff32 /index.html
parentf80a3c811059a22f91842658aaace9e283a704d1 (diff)
downloadadmin-panel-458a8c849da82adf045a40919a4a9e3aa06e1c06.tar.gz
admin-panel-458a8c849da82adf045a40919a4a9e3aa06e1c06.tar.bz2
admin-panel-458a8c849da82adf045a40919a4a9e3aa06e1c06.zip
initialized vite+react project
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..0c589ec
--- /dev/null
+++ b/index.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Vite + React</title>
+ </head>
+ <body>
+ <div id="root"></div>
+ <script type="module" src="/src/main.jsx"></script>
+ </body>
+</html>