Kentlo's picture
๐Ÿš€ Clean deployment - removed all binary files
8f0fa74
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>์ž๊ฒฉ์ฆ ๋ฌธ์ œํ’€์ด</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
</head>
<body>
<header>
<h1>๐Ÿ“˜ ์ž๊ฒฉ์ฆ ๋ฌธ์ œํ’€์ด</h1>
<nav>
<a href="{{ url_for('index') }}">ํ™ˆ</a> |
<a href="{{ url_for('wrong_notes') }}">์˜ค๋‹ต๋…ธํŠธ</a>
</nav>
<hr>
</header>
<main>
{% block content %}{% endblock %}
</main>
</body>
</html>