Page 533 - MDP2022-3
P. 533
</ol>
</nav>
</div>
<div class="row mt-6">
<div class="col-12">
<form method="POST" action="/login">
{{form.csrf_token}}
<div style="width: 500px;">
<div class="form-group">
{{form.userid.label("아이디")}}
{{form.userid(class="form-control",placeholder="아이디")}}
</div>
</div>
<div style="width: 500px;">
<div style="margin-bottom: 50px;" class="form-group">
{{form.password.label("비밀번호")}}
{{form.password(class="form-control",placeholder="비밀번호")}}
</div>
</div>
{% if form.password.errors %}
<strong>{{form.password.errors.0}}</strong>
{%endif%}
<button type="submit" class="btn btn-primary">로그인</button>
</form>
</div>
</div>
</div>
</body>
</html>
5.<기상송.html>
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<link rel="stylesheet" href="../static/music.css">
<title>기상송</title>
<link rel="icon" type="image/x-icon" href="../static/inmago.ico" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="style
sheet" />