Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -0
index.html
CHANGED
@@ -3,6 +3,11 @@
|
|
3 |
<head>
|
4 |
<title>Page Title</title>
|
5 |
<script src="https://cdn.tutorialjinni.com/hls.js/1.2.1/hls.min.js"></script>
|
|
|
|
|
|
|
|
|
|
|
6 |
</head>
|
7 |
<body>
|
8 |
|
|
|
3 |
<head>
|
4 |
<title>Page Title</title>
|
5 |
<script src="https://cdn.tutorialjinni.com/hls.js/1.2.1/hls.min.js"></script>
|
6 |
+
<style>
|
7 |
+
body{
|
8 |
+
height:"fit-content"
|
9 |
+
}
|
10 |
+
</style>
|
11 |
</head>
|
12 |
<body>
|
13 |
|