Skip to content

Commit 4b5ce60

Browse files
Fix HTML formatting and structure
1 parent 5c0fe58 commit 4b5ce60

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

player1.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<!doctype html>
22

3-
<html lang="en">
4-
5-
3+
<html lang="en">
64
<head>
75
<meta charset="utf-8">
86
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -13,7 +11,6 @@
1311
<style>
1412
.scroll::-webkit-scrollbar{
1513
display: inline;
16-
1714
}
1815
</style>
1916
</head>
@@ -126,7 +123,9 @@ <h5 class="video-title">Suggested Video 3</h5>
126123
</div>
127124
</div>
128125
<!-- outer end -->
126+
<!-- script link -->
129127
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
130128
</body>
131129
</html>
132130

131+

0 commit comments

Comments
 (0)