Add QR Codes

This commit is contained in:
BurungHantu1605
2019-04-11 07:31:13 +08:00
parent 21e9d4da01
commit 157afe59be
2 changed files with 1 additions and 1 deletions

BIN
assets/img/qr/BTC.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -19,7 +19,7 @@ permalink: /donate/
<div class="form-group row"> <div class="form-group row">
<label for="BTC" class="col-sm-4 col-form-label"><strong>Bitcoin (BTC)</strong></label> <label for="BTC" class="col-sm-4 col-form-label"><strong>Bitcoin (BTC)</strong></label>
<div class="col-sm-8"> <div class="col-sm-8">
<input id="BTC" type="text" value="1C3MVvvJwfEiS5KQmZzJkiVq7obYi2zRqb" onclick="this.focus();this.select()" class="form-control input-lg" readonly> <input id="BTC" type="text" value="1C3MVvvJwfEiS5KQmZzJkiVq7obYi2zRqb" onclick="this.focus();this.select()" class="form-control input-lg" readonly> <a href="/assets/img/qr/BTC.png"><i class="fa fa-qrcode"></i></a>
</div> </div>
</div> </div>