Spaces:
Runtime error
Runtime error
| {% extends 'base.html' %} | |
| {% block content %} | |
| <img src="{{ url_for('static', filename='qrcode.png') }}" alt="QR Code" width="200"> | |
| <br> | |
| λͺ¨λ νμλ€μ΄ μ€λ¬Έμ μλ£νλ©΄ μλ λ²νΌμ λλ¬μ£ΌμΈμ. | |
| <form method="post"> | |
| <input type="submit" value="λ€μ"> | |
| </form> | |
| {% endblock %} | |