File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 10
10
< link rel ="icon " href ="favicon.ico " type ="image/x-icon ">
11
11
< link rel ="stylesheet " href ="style.css ">
12
12
</ head >
13
- < body class ="fill-height ">
14
- <!--<video style="display: none" autoplay loop playsinline>
15
- <source src="blank.mp4" type="video/mp4" />
16
- </video>-->
17
- <!--<audio id="calleevideo"></audio>-->
18
- <!---->
19
- < video id ="calleevideo " controls > </ video >
20
- < div id ="chatlog " class ="chatlog "> </ div >
21
- < input id ="chatinput " type ="text " placeholder ="type here ">
22
- < button id ="chatbutton " onclick ="chatbuttonclick() "> send</ button >
23
- <!---->
13
+ < body class ="fill-height " style ="background: #000; ">
14
+ < video id ="calleevideo " controls style ="display: none; "> </ video >
24
15
25
16
< script src ="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.js "> </ script >
26
17
< script src ="common.js "> </ script >
You can’t perform that action at this time.
0 commit comments