Spaces:
Running
Running
| <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> | |