-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path20.html
45 lines (43 loc) · 1.46 KB
/
20.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Speech Detection (Day-20)</title>
<link rel="stylesheet" href="../assets/css/20.css" />
<script src="../assets/js/20.js"></script>
</head>
<body>
<div class="navbar">
<div class="info">
<div class="info-sign">
<div class="symbol">i</div>
</div>
<span class="description">
<b> <i>Tip</i> </b> : Lazy to write? Don't worry "Speech to
Text" is here. (One step towards disabling hand)
</span>
</div>
<div class="source">
<a
class="info"
target="_blank"
aria-hidden="true"
title="View on Github"
href="https://github.com/karna98/JavaScript30/#day-20-"
>
<div class="info-sign">
<div class="symbol">
<img src="../assets/images/github.svg" />
</div>
</div>
</a>
</div>
</div>
<div class="notebook">
<div class="warning-msg">
** Try using Chrome Browser if Console is throwing TypeError
</div>
<div class="words" contenteditable>Speak Something..</div>
</div>
</body>
</html>