We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0fe58 commit 4b5ce60Copy full SHA for 4b5ce60
player1.html
@@ -1,8 +1,6 @@
1
<!doctype html>
2
3
-<html lang="en">
4
-
5
+<html lang="en">
6
<head>
7
<meta charset="utf-8">
8
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -13,7 +11,6 @@
13
11
<style>
14
12
.scroll::-webkit-scrollbar{
15
display: inline;
16
17
}
18
</style>
19
</head>
@@ -126,7 +123,9 @@ <h5 class="video-title">Suggested Video 3</h5>
126
123
</div>
127
124
128
125
<!-- outer end -->
+ <!-- script link -->
129
<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>
130
</body>
131
</html>
132
+
0 commit comments