rorshi's picture
μ—λŸ¬ λ°œμƒμœΌλ‘œ μ‹€ν–‰ λΆˆκ°€
6fe0d0c
raw
history blame
512 Bytes
<!--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>