| <!DOCTYPE html> |
| <html lang="ko"> |
| <head> |
| |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>์ ์ฃผ๋ ์ฌํฌ๋ฆฌ ๋ฒ์ญ๊ธฐ</title> |
| |
| <script src="http://code.jquery.com/jquery-latest.min.js"></script> |
| <script src="../static/index.js"></script> |
| </head> |
| <body> |
| <form action="" id="voiceForm"> |
| <h1>์์ ํ์ด์ง์
๋๋ค</h1> |
| ์ฌํฌ๋ฆฌ ์์ฑ์ด ๋์ต๋๋ค. |
| <br> |
| <input type="text" id="sentence" placeholder="์ฌํฌ๋ฆฌ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์."> |
| <button type="submit">์ ์ก</button> |
| </form> |
| |
|
|
| |
| |
| <div id="voice"> |
| </div> |
| |
| |
| |
| </body> |
| </html> |