자잘한 수정
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>이단 탈퇴자 교리점검표</title>
|
||||
<title>아버지의마음국 교리점검표</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>이단 탈퇴자 교리점검표</h1>
|
||||
<p class="subtitle">기독교대한감리회 신앙고백에 따른 교리 점검</p>
|
||||
<h1>교리점검표</h1>
|
||||
<p class="subtitle">기독교대한감리회 선한목자교회 아버지의마음국</p>
|
||||
{% if session.get('authenticated') %}
|
||||
<div class="header-actions">
|
||||
<a href="{{ url_for('logout') }}" class="logout-link">로그아웃</a>
|
||||
@@ -23,7 +23,7 @@
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2024 기독교대한감리회. All rights reserved.</p>
|
||||
<p>© 2025 기독교대한감리회 선한목자교회. All rights reserved.</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user