2023-12-16 16:12:15 +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" />
|
2023-12-21 00:40:13 +04:00
|
|
|
<title>BooFill</title>
|
2023-12-16 16:12:15 +04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="root" class="h-100 d-flex flex-column"></div>
|
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|