price-builder-frontend/index.html

13 lines
304 B
HTML
Raw Normal View History

2024-10-13 17:50:13 +04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Price-Builder</title>
</head>
<body>
<div id="root"></div>
2024-10-14 02:27:42 +04:00
<script type="module" src="/src/app/main.tsx"></script>
2024-10-13 17:50:13 +04:00
</body>
</html>