File size: 512 Bytes
96692cf
9625f38
6fe0d0c
9625f38
 
 
6fe0d0c
9625f38
 
6fe0d0c
 
 
 
 
 
9625f38
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--portfolio/templates/main.html-->
<!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>ํฌํŠธํด๋ฆฌ์˜ค</title>
</head>
<body>
    <h1>ํฌํŠธํด๋ฆฌ์˜ค ๋ฉ”์ธ</h1>
    <p>ํ”„๋กœ์ ํŠธ ๋ชฉ๋ก:</p>
    <ul>
        <!-- BUG FIX: form ๋Œ€์‹  ๊ฐ„๋‹จํ•œ ๋งํฌ๋กœ ์ˆ˜์ • -->
        <li><a href="{{ url_for('npc_social.dashboard') }}">NPC ์†Œ์…œ ๋„คํŠธ์›Œํฌ ๊ด€์ฐฐ์ž ๋Œ€์‹œ๋ณด๋“œ</a></li>
    </ul>
</body>
</html>