Files
VideoHost/frontend/public/index.html
2026-01-14 10:43:02 +06:00

15 lines
464 B
HTML

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Платформа для стриминга видео" />
<title>Video Streaming</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>