diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index f771fbf..ff3d032 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -104,6 +104,9 @@ | |||
104 | <li id="hive-tab" class="active"> | 104 | <li id="hive-tab" class="active"> |
105 | <a href="#hive" role="tab" data-toggle="tab">Hive Wallet</a> | 105 | <a href="#hive" role="tab" data-toggle="tab">Hive Wallet</a> |
106 | </li> | 106 | </li> |
107 | <li id="mycelium-tab"> | ||
108 | <a href="#mycelium" role="tab" data-toggle="tab">Mycelium Wallet</a> | ||
109 | </li> | ||
107 | <li id="bip44-tab"> | 110 | <li id="bip44-tab"> |
108 | <a href="#bip44" role="tab" data-toggle="tab">BIP44</a> | 111 | <a href="#bip44" role="tab" data-toggle="tab">BIP44</a> |
109 | </li> | 112 | </li> |
@@ -127,6 +130,21 @@ | |||
127 | </div> | 130 | </div> |
128 | </form> | 131 | </form> |
129 | </div> | 132 | </div> |
133 | <div id="mycelium" class="tab-pane"> | ||
134 | <form class="form-horizontal" role="form"> | ||
135 | <br> | ||
136 | <div class="col-sm-2"></div> | ||
137 | <div class="col-sm-10"> | ||
138 | <p>For more info see the <a href="http://www.mycelium.com/" target="_blank">Mycelium Wallet homepage</a></p> | ||
139 | </div> | ||
140 | <div class="form-group"> | ||
141 | <label for="mycelium-path" class="col-sm-2 control-label">BIP32 Derivation Path</label> | ||
142 | <div class="col-sm-10"> | ||
143 | <input id="mycelium-path" type="text" class="path form-control" value="m/44'/0'/0'/0" readonly="readonly"> | ||
144 | </div> | ||
145 | </div> | ||
146 | </form> | ||
147 | </div> | ||
130 | <div id="bip44" class="tab-pane"> | 148 | <div id="bip44" class="tab-pane"> |
131 | <form class="form-horizontal" role="form"> | 149 | <form class="form-horizontal" role="form"> |
132 | <br> | 150 | <br> |