Spaces:
Sleeping
Sleeping
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> |