-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 1.38 KB
/
index.html
File metadata and controls
37 lines (33 loc) · 1.38 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Font/font.css">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div id="textDisplay">
<div id="titleScreen">
<h1 class="textGradient" style="margin-bottom: 0px;">Welcome to VocalByte</h1>
<h3 class="thin">A free online transcriber by Aarav Sharma</h3>
<h4>Press the mic to get started!</h4>
</div>
<div id="anchor"></div>
</div>
<div class="island">
<div id="recordStatus">Muted</div>
<div class="btnMic zoom" id="btnMic">
<span class="material-icons unselectable" style="font-size: 30px!important;" id="btnMicIcon">mic_off</span>
</div>
<div id="transcribeStatus">Waiting</div>
</div>
<div class="screenSize">Your screen size is too small for this website to work properly.</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
crossorigin="anonymous"></script>
<script src="test.js"></script>
</body>
</html>