brand-master/frontend/index.html
dvirlabs 0fd72aec62
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Remove missing vite.svg favicon reference
2026-05-08 13:14:22 +03:00

13 lines
322 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Brand Master - Fashion & Shoe Store</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>