thejagstudio commited on
Commit
9707a39
·
verified ·
1 Parent(s): 4de2dde

Update index.html

Browse files
Files changed (1) hide show
  1. 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