Pibd-21_Alekseev_I.S._Inter.../IP/index.html

15 lines
358 B
HTML
Raw Permalink Normal View History

2023-12-03 16:59:28 +04:00
<html lang="ru">
2024-01-06 20:33:49 +04:00
2023-12-03 16:59:28 +04:00
<head>
2024-01-06 20:33:49 +04:00
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My shop</title>
2023-12-03 16:59:28 +04:00
</head>
2024-01-06 20:33:49 +04:00
<body>
<div id="root" class="h-100 d-flex flex-column"></div>
<script type="module" src="/src/main.jsx"></script>
2023-12-03 16:59:28 +04:00
</body>
2024-01-06 20:33:49 +04:00
2023-12-03 16:59:28 +04:00
</html>