20 lines
350 B
HTML
20 lines
350 B
HTML
<div>
|
|
<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>
|
|
</div>
|