2024-01-10 21:49:59 +04:00

15 lines
422 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>OKPO</title>
</head>
<body class="h-100 d-flex flex-column" style="background-color: #03001F">
<div id="root" class="h-100 d-flex flex-column"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>