mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 07:28:53 -05:00
17 lines
533 B
HTML
17 lines
533 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<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>
|
|
<!-- <div id="video-js-root-main"></div> -->
|
|
<div id="page-embed">
|
|
<div id="video-js-root-embed" class="video-js-root-embed"></div>
|
|
</div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|