15 lines
422 B
HTML
Raw Normal View History

2024-01-10 21:47:43 +04:00
<html lang="ru">
2024-01-10 21:49:59 +04:00
<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>
2024-01-10 21:47:43 +04:00
</head>
2024-01-10 21:49:59 +04:00
<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>
2024-01-10 21:47:43 +04:00
</body>
2024-01-10 21:49:59 +04:00
2024-01-10 21:47:43 +04:00
</html>