aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-02-06 09:50:29 +1100
committerIan Coleman <ian@iancoleman.io>2018-02-06 09:57:23 +1100
commit0b39e9dca79f71d898693d5cb93b6a1d1e0372f6 (patch)
tree0c23d5f9df0eb0ba724511ebb7fcb89d7c569bd2 /src/index.html
parentcc61ec30c5647b08cf11d918a6656cfc922e4586 (diff)
downloadBIP39-0b39e9dca79f71d898693d5cb93b6a1d1e0372f6.tar.gz
BIP39-0b39e9dca79f71d898693d5cb93b6a1d1e0372f6.tar.zst
BIP39-0b39e9dca79f71d898693d5cb93b6a1d1e0372f6.zip
Add BIP38 interface elements
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index 4fd9765..133a150 100644
--- a/src/index.html
+++ b/src/index.html
@@ -603,6 +603,16 @@
603 </label> 603 </label>
604 </div> 604 </div>
605 </div> 605 </div>
606 <div class="col-md-12">
607 <div class="checkbox">
608 <label>
609 <input type="checkbox" class="use-bip38">
610 <span>Encrypt private keys using BIP38 and this password:</span>
611 </label>
612 <input class="bip38-password">
613 <span>Enabling BIP38 means each key will take take several minutes to generate.</span>
614 </div>
615 </div>
606 <ul class="addresses-type nav nav-tabs" role="tablist"> 616 <ul class="addresses-type nav nav-tabs" role="tablist">
607 <li id="table-tab" class="active"> 617 <li id="table-tab" class="active">
608 <a href="#table" role="tab" data-toggle="tab">Table</a> 618 <a href="#table" role="tab" data-toggle="tab">Table</a>