Skip to content

Commit c977a70

Browse files
committed
clean up
1 parent 455bd89 commit c977a70

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

answering.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,8 @@
1010
<link rel="icon" href="favicon.ico" type="image/x-icon">
1111
<link rel="stylesheet" href="style.css">
1212
</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>
2415

2516
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.js"></script>
2617
<script src="common.js"></script>

blank.mp4

-462 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)