diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-07-25 18:52:28 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-07-25 18:52:28 +0530 |
commit | 458a8c849da82adf045a40919a4a9e3aa06e1c06 (patch) | |
tree | 12a38c835c45a66f0fd194dfa832aab618c1ff32 /index.html | |
parent | f80a3c811059a22f91842658aaace9e283a704d1 (diff) | |
download | admin-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.html | 13 |
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> |