Web-programming_Petrushin_E.../Lab4/PrBookfill/index.html

15 lines
358 B
HTML
Raw Normal View History

2023-11-29 16:39:51 +04:00
<html lang="ru">
<head>
2023-12-07 13:04:19 +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-11-29 16:39:51 +04:00
</head>
<body>
2023-12-07 13:04:19 +04:00
<div id="root" class="h-100 d-flex flex-column"></div>
<script type="module" src="/src/main.jsx"></script>
2023-11-29 16:39:51 +04:00
</body>
2023-12-07 13:04:19 +04:00
2023-11-29 16:39:51 +04:00
</html>