Remove commented divs and unify body styling in VideoJS HTML

Cleaned up index-embed.html and index.html by removing commented-out div elements and applying consistent body padding and margin styles. This improves code readability and ensures a uniform layout.
This commit is contained in:
Yiannis Christodoulou
2025-10-03 22:06:11 +03:00
parent b224a66e74
commit 2e07304405
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -7,7 +7,6 @@
<title>VideoJS</title>
</head>
<body style="padding: 0; margin: 0">
<!-- <div id="video-js-root-main"></div> -->
<div id="page-embed">
<div id="video-js-root-embed" class="video-js-root-embed"></div>
</div>