mediacms/frontend-tools/video-js/index-embed.html

16 lines
682 B
HTML

<!doctype html>
<html lang="en" style="margin: 0; padding: 0; overflow: hidden; width: 100%; height: 100%">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VideoJS</title>
</head>
<body style="padding: 0; margin: 0; overflow: hidden; width: 100%; height: 100%">
<div id="page-embed" style="width: 100%; height: 100%; overflow: hidden">
<div id="video-js-root-embed" class="video-js-root-embed"></div>
</div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>