2023-11-17 00:11:31 +04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="ru">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-12-08 15:37:06 +04:00
|
|
|
<link rel="shortcut icon" href="favicon.svg" type="image/svg+xml" />
|
2023-12-15 14:57:35 +04:00
|
|
|
<title>Неконтакте</title>
|
2023-11-17 00:11:31 +04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root" class="min-vh-100 d-flex flex-column"></div>
|
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
</body>
|
2023-11-16 12:24:14 +04:00
|
|
|
</html>
|