init commit
This commit is contained in:
13
frontend/index.html
Normal file
13
frontend/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!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: видеозвонки по ссылке в браузере.' />
|
||||
<title>Linkra</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id='root'></div>
|
||||
<script type='module' src='/src/main.jsx'></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user