yunzi7's picture
Feat: upload img
63485f9
raw
history blame
310 Bytes
{% 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 %}