Internet_Programming_PIbd-2.../index.html

16 lines
408 B
HTML
Raw Permalink Normal View History

2023-11-13 19:15:21 +04:00
<!DOCTYPE html>
<html lang="ru">
2024-01-03 17:42:35 +04:00
2023-11-13 19:15:21 +04:00
<head>
2024-01-03 17:42:35 +04:00
<meta charset="UTF-8" />
<link rel="icon" type="image" href="src/assets/icons/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Читай-комната</title>
2023-11-13 19:15:21 +04:00
</head>
2024-01-03 17:42:35 +04:00
<body>
<div id="root" class="d-flex flex-column min-vh-100 h-100"></div>
<script type="module" src="/src/main.jsx"></script>
2023-11-13 19:15:21 +04:00
</body>
2024-01-03 17:42:35 +04:00
2023-11-13 19:15:21 +04:00
</html>