aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html
index 272e186..0a1a5ac 100644
--- a/src/index.html
+++ b/src/index.html
@@ -102,8 +102,11 @@
102 <h2>Derivation Path</h2> 102 <h2>Derivation Path</h2>
103 <ul class="derivation-type nav nav-tabs" role="tablist"> 103 <ul class="derivation-type nav nav-tabs" role="tablist">
104 <li class="active"> 104 <li class="active">
105 <a href="#bip44" role="tab" data-toggle="tab">BIP44</a></li> 105 <a href="#bip44" role="tab" data-toggle="tab">BIP44</a>
106 <li><a href="#bip32" role="tab" data-toggle="tab">BIP32</a></li> 106 </li>
107 <li>
108 <a href="#bip32" role="tab" data-toggle="tab">BIP32</a>
109 </li>
107 </ul> 110 </ul>
108 <div class="derivation-type tab-content"> 111 <div class="derivation-type tab-content">
109 <div id="bip44" class="tab-pane active"> 112 <div id="bip44" class="tab-pane active">