frontend (navbar+sidebar)

This commit is contained in:
User
2025-01-06 16:29:54 +03:00
parent 100fc75a60
commit 8b589470ac
18 changed files with 596 additions and 410 deletions

View File

@@ -1,13 +1,12 @@
<!doctype html>
<!-- public/index.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>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Marketplace</title>
</head>
<body>
<div id="root"></div>
<script src="src/main.jsx" type="module"></script>
</body>
</html>