Spaces:
Runtime error
Runtime error
File size: 310 Bytes
df42f36 63485f9 df42f36 |
1 2 3 4 5 6 7 8 9 10 11 12 |
{% 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 %}
|