chore: ui setup

This commit is contained in:
karishmas6
2024-03-03 16:44:16 +05:30
parent d8604a9b9b
commit 6cbedfcc30
16 changed files with 5593 additions and 0 deletions

13
ui/index.html Normal file
View File

@@ -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>Maxun Dashboard</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>