Added a bitcoin qr code

This commit is contained in:
xemeds
2020-08-07 10:50:56 +03:00
parent c11b16c489
commit 13e0688b1d
3 changed files with 21 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@
<ul class="donation">
<li><h1>Bitcoin Address</h1></li>
<li><h4>1Mg55rPVuQ2P8zKsCcLdsmgqH24uLXfLbR</h4></li>
<li><img src="{{ url_for('static', filename='qr.png') }}" alt="Bitcoin QR Code"></li>
</ul>
</body>
{% endblock %}