Add QR Codes #851

Merged
privacytoolsIO merged 6 commits from QR into master 2019-04-11 00:25:20 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 157afe59be - Show all commits

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>