14 lines
450 B
HTML
14 lines
450 B
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="shortcut icon" href="favicon.svg" type="image/svg+xml" />
|
|
<title>Неконтакте</title>
|
|
</head>
|
|
<body>
|
|
<div id="root" class="min-vh-100 d-flex flex-column"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|