ColaCoca's picture
jeju ๋ชจ๋ธ ์—…๋กœ๋“œ
8eb2cb0
<!DOCTYPE html>
<html lang="ko">
<head>
<!-- <script src="/content/flask/templates/index.js"></script> -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>์ œ์ฃผ๋„ ์‚ฌํˆฌ๋ฆฌ ๋ฒˆ์—ญ๊ธฐ</title>
<!-- jQuery ๋ถˆ๋Ÿฌ์˜ค๊ธฐ -->
<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>