aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2017-10-02 14:04:23 +1100
committerIan Coleman <coleman.ian@gmail.com>2017-10-02 14:04:23 +1100
commit73b8724a6f83b597e4003b4bdd8f395fb94eda79 (patch)
treee7b3c94050438f32d3d71701219ceec49f44b2fc /src
parent8890d0f4c321b4bed56da5c5f1fcf6e7b133f70b (diff)
downloadBIP39-73b8724a6f83b597e4003b4bdd8f395fb94eda79.tar.gz
BIP39-73b8724a6f83b597e4003b4bdd8f395fb94eda79.tar.zst
BIP39-73b8724a6f83b597e4003b4bdd8f395fb94eda79.zip
List alternative tools
Diffstat (limited to 'src')
-rw-r--r--src/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index 18f2952..5c96704 100644
--- a/src/index.html
+++ b/src/index.html
@@ -699,6 +699,21 @@
699 699
700 <div class="row"> 700 <div class="row">
701 <div class="col-md-12"> 701 <div class="col-md-12">
702 <h2>Alternative Tools</h2>
703 <p>This tool is interoperable with any BIP39 wallet.</p>
704 <p>Some similar tools to this one (ie not consumer wallets) are</p>
705 <p>
706 <a href="https://bip32jp.github.io/english/">
707 https://bip32jp.github.io/english/
708 </a>
709 </p>
710 </div>
711 </div>
712
713 <hr>
714
715 <div class="row">
716 <div class="col-md-12">
702 717
703 <h2 data-translate>Offline Usage</h2> 718 <h2 data-translate>Offline Usage</h2>
704 719