File size: 935 Bytes
bcb1848
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
34
<!DOCTYPE html>
<html lang="ko">

<head>
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <meta charset="utf-8">
  <title>Spakers in Text</title>
  <link rel="stylesheet" href="{{ url_for('static', path='css/index.css') }}">
</head>

<body>
  <div class="background">
    <div class="header"><a href="/"><span class="title">Nouvel : Novel for you</span></a></div>
    <div class="empty"></div>
    <div class="box">
      <div class="subtitle">등장인물 명단</div>
      <div class="body">

        

      </div>
      <div class="transformbox">
        <button onclick="handleButtonClick()" class="transformButton"><span>장면으로 변환하기</span></button>
      </div>
    </div>
    <div class="foot">
      <div class="footer-text">
        <span>고려대학교 지능정보 SW 아카데미 5조</span>
      </div>
    </div>
    <script src="../static/js/user.js"></script>
</body>

</html>