16 lines
552 B
HTML
16 lines
552 B
HTML
<!doctype html>
|
|
<html lang='ru'>
|
|
<head>
|
|
<meta charset='UTF-8' />
|
|
<meta name='viewport' content='width=device-width, initial-scale=1, viewport-fit=cover' />
|
|
<meta name='description' content='Linkra: видеозвонки по ссылке в браузере.' />
|
|
<link rel='icon' type='image/png' href='/icons/favicon.png' />
|
|
<link rel='apple-touch-icon' href='/icons/favicon.png' />
|
|
<title>Linkra</title>
|
|
</head>
|
|
<body>
|
|
<div id='root'></div>
|
|
<script type='module' src='/src/main.jsx'></script>
|
|
</body>
|
|
</html>
|