File size: 831 Bytes
8eb2cb0 | 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 | <!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> |