-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (28 loc) · 1.43 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta16/shoelace.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div class="app">
</br></br></br></br>
<h3 align="center">Hey Yodlee</h3>
<div class="input-single">
<textarea id="note-textarea" placeholder="Record your instruction." rows="1"></textarea>
</div>
<!-- <button id="start-record-btn" type="button" title="Start Recording" style="margin:auto">Start Recognition</button> -->
<button id="start-record-btn" style="background-color:grey;margin:auto;display:block">Start</button>
</br>
<button id="save-note-btn" style="background-color:grey;margin:auto;display:block" title="Save Note">Clear</button>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>