천현우

html demo

1 +<!DOCTYPE html>
2 +<html>
3 +<head>
4 + <meta charset="UTF-8">
5 + <title>Speech to text test</title>
6 + <link rel="shortcut icon" href="#">
7 + <meta name="viewport" content="width=device-width, initial-scale=1.0">
8 + <link rel="stylesheet" type="text/css" href="https://bootswatch.com/4/cerulean/bootstrap.min.css">
9 +</head>
10 +<body style="padding:50px;">
11 + <h1>Speech to text test</h1>
12 + <div id="controls">
13 + <button id="recordButton">Record</button>
14 + <button id="transcribeButton" disabled>Get transcription</button>
15 + </div>
16 + <div id="output"></div>
17 + <script src="https://cdn.rawgit.com/mattdiamond/Recorderjs/08e7abd9/dist/recorder.js"></script>
18 + <script src="client.js"></script>
19 +</body>
20 +</html>
...\ No newline at end of file ...\ No newline at end of file