-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (52 loc) · 2.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdn.agora.io/sdk/release/AgoraRTCSDK-3.6.1.js"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MetaMeetFull</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="defo">
<h1> Meta Meet</h1>
</div>
<h4>PARTICIPANT's HOST:</h4>
<div class="drop">
<div id="usero" class="user"></div>
<div id="hosty" class="host">
<div class="opts">
<label class="audiochk">
<div class="clearfix bshadow0 pbs">
<input type="checkbox" class="audiochkin" id="adchkin" />
<span class="icon-microphone-svgrepo-com"></span>
</div>
</label>
<label class="videochk">
<div class="clearfix bshadow0 pbs">
<input type="checkbox" class="videochkin" id="vdchkin" />
<span class="icon-video-svgrepo-com"></span>
</div>
</label>
<label>
<div class="clearfix bshadow0 pbs">
<input type="checkbox" class="scrnchkin" id="scchkin" />
<span class="icon-upload2"></span>
</div>
</label>
</div>
<p class="navu">Audio Video ScreenShare</p>
</div>
</div>
<p id="insert"></p>
<!-- <button onclick={hela}>hit me</button> -->
<!-- <div>
<input type="checkbox" class="checkbox" id="chk" />
<label class="label" for="chk">
</label>
</div> -->
</body>
<script src="script.js"></script>
<script src="shareTheScreen.js"></script>
</html>