forked from MatthewBowenIO/google-meet-ptt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
20 lines (20 loc) · 838 Bytes
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>Google Meet PTT</title>
<script type="text/javascript" src="options.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="options.css">
</head>
<body>
<div class="center">
<h1 style="width: 100%; display:inline-block; text-align: center">Google Meet PTT</h1>
</div>
<div class="center" id="handContainer">
<i class="fa fa-microphone" id="hand"></i>
</div>
<div class="center">
<label style="text-align: center; display:inline-block">To configure a your key for enabling push to talk, please click the text area and press the hotkey you want.</label>
<input type="text" id="pttButton" style="width: 100%">
</div>
</body>
</html>