22 lines
449 B
HTML
22 lines
449 B
HTML
{% extends 'risdeveau/templates/base.tmpl' %}
|
|
|
|
{% block content %}
|
|
<h3>Wallets</h3>
|
|
<div class="blocks qr">
|
|
<div class="block qr">
|
|
<p>POL, BNB</p>
|
|
<img src="/static/img/wallets/evm.webp">
|
|
</div>
|
|
|
|
<div class="block qr">
|
|
<p>TON</p>
|
|
<img src="/static/img/wallets/ton.webp">
|
|
</div>
|
|
|
|
<div class="block qr">
|
|
<p>XMR</p>
|
|
<img src="/static/img/wallets/xmr.webp">
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|