Pibd-21_Alekseev_I.S._Inter.../IP/index.html
VanyaAlekseev 1b9f2dde5e lab4
2024-01-06 20:33:49 +04:00

15 lines
358 B
HTML

<html lang="ru">
<head>
<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>
</head>
<body>
<div id="root" class="h-100 d-flex flex-column"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>