Spaces:
Sleeping
Sleeping
<!--portfolio/templates/main.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> |