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>