mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-05 23:18:53 -05:00
16 lines
682 B
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>
|