Files
player/index.html
T
hibna b57b24d051 Initial commit: modern React video player library
Add all source files for a feature-rich, reusable video player built with React, TypeScript, and Vite. Includes core components, context, hooks, utilities, styles, demo app, and configuration files.
2025-10-29 07:49:06 +03:00

14 lines
413 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Modern Video Player - Demo</title>
<meta name="description" content="A feature-rich, modern video player built with React" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/examples/main.tsx"></script>
</body>
</html>