Internet_programming/Лекция 4/index.html

15 lines
405 B
HTML
Raw Normal View History

2024-01-13 19:54:24 +04:00
<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>Онлайн-библиотека «Солнышко»</title>
</head>
<body>
<div id="root" class="h-100 d-flex flex-column"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>