Created
September 2, 2016 12:49
-
-
Save dsx0/df931cbf442941e7d5589ecdc3306f36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>test webkit speech</title> | |
| <script src="test.js"></script> | |
| </head> | |
| <body> | |
| <textarea id="textarea" autocomplete="off" palceholder="Hit Toggle and talk" style="width: 100%; min-height:100px;"></textarea> | |
| <br/> | |
| <br/> | |
| <div id="intermimDiv" style="border: 1px solid green; min-height: 20px;"> | |
| Interims: | |
| </div> | |
| <br/> | |
| <div id="errorDiv" style="border: 1px solid red; min-height: 20px;"> | |
| Errors: | |
| </div> | |
| <br/> | |
| <button type="button" onclick="start();">Start</button> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment