aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorKirill Kovalenko <kirill.kovalenko@gmail.com>2016-03-18 20:28:33 +0100
committerKirill Kovalenko <kirill.kovalenko@gmail.com>2016-03-18 20:28:33 +0100
commit3e0ed16a93761d6b706ddcc10ee37319fec43e36 (patch)
tree5c0575350f7ffa0b9234e4ed4e397736393d14da /src/index.html
parentcee442b16b80490c3549b667068372fd28395593 (diff)
downloadBIP39-3e0ed16a93761d6b706ddcc10ee37319fec43e36.tar.gz
BIP39-3e0ed16a93761d6b706ddcc10ee37319fec43e36.tar.zst
BIP39-3e0ed16a93761d6b706ddcc10ee37319fec43e36.zip
Display BIP39 seed
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index de652d8..16d93e6 100644
--- a/src/index.html
+++ b/src/index.html
@@ -89,6 +89,12 @@
89 </div> 89 </div>
90 </div> 90 </div>
91 <div class="form-group"> 91 <div class="form-group">
92 <label for="seed" class="col-sm-2 control-label">BIP39 Seed</label>
93 <div class="col-sm-10">
94 <textarea id="seed" class="seed form-control" readonly="readonly"></textarea>
95 </div>
96 </div>
97 <div class="form-group">
92 <label for="network-phrase" class="col-sm-2 control-label">Coin</label> 98 <label for="network-phrase" class="col-sm-2 control-label">Coin</label>
93 <div class="col-sm-10"> 99 <div class="col-sm-10">
94 <select id="network-phrase" class="network form-control"> 100 <select id="network-phrase" class="network form-control">