diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/index.html b/src/index.html index 7eb123c..bc5975a 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head lang="en"> | 3 | <head lang="en"> |
4 | <meta charset="utf-8" /> | 4 | <meta charset="utf-8" /> |
5 | <title>BIP39 - Mnemonic Code</title> | 5 | <title>BIP39 - Mnemonic Code</title> |
6 | <link rel="stylesheet" href="css/bootstrap-3.3.7.css"> | 6 | <link rel="stylesheet" href="css/bootstrap.css"> |
7 | <link rel="stylesheet" href="css/app.css"> | 7 | <link rel="stylesheet" href="css/app.css"> |
8 | <meta content="Mnemonic code for generating deterministic keys" name="description"/> | 8 | <meta content="Mnemonic code for generating deterministic keys" name="description"/> |
9 | <meta content="width=device-width, initial-scale=1.0" name="viewport" /> | 9 | <meta content="width=device-width, initial-scale=1.0" name="viewport" /> |
@@ -86,7 +86,7 @@ | |||
86 | <div class="row"> | 86 | <div class="row"> |
87 | <label class="col-sm-3 control-label">Entropy Type</label> | 87 | <label class="col-sm-3 control-label">Entropy Type</label> |
88 | <div class="type col-sm-3 form-control-static"></div> | 88 | <div class="type col-sm-3 form-control-static"></div> |
89 | <label class="col-sm-3 control-label">Bits Per Event</label> | 89 | <label class="col-sm-3 control-label">Avg Bits Per Event</label> |
90 | <div class="bits-per-event col-sm-3 form-control-static"></div> | 90 | <div class="bits-per-event col-sm-3 form-control-static"></div> |
91 | </div> | 91 | </div> |
92 | <div class="row"> | 92 | <div class="row"> |
@@ -871,9 +871,9 @@ | |||
871 | on any offline computer. | 871 | on any offline computer. |
872 | </p> | 872 | </p> |
873 | <p> | 873 | <p> |
874 | <span>Alternatively, download the file from the repository</span> | 874 | <span>Alternatively, download the file from the latest GitHub release</span> |
875 | - | 875 | - |
876 | <a href="https://github.com/iancoleman/bip39">https://github.com/iancoleman/bip39</a> | 876 | <a href="https://github.com/iancoleman/bip39/releases/latest/">https://github.com/iancoleman/bip39/releases/latest/</a> |
877 | </p> | 877 | </p> |
878 | 878 | ||
879 | </div> | 879 | </div> |
@@ -958,7 +958,7 @@ | |||
958 | </tr> | 958 | </tr> |
959 | </script> | 959 | </script> |
960 | <script src="js/jquery-3.2.1.js"></script> | 960 | <script src="js/jquery-3.2.1.js"></script> |
961 | <script src="js/bootstrap-3.3.7.js"></script> | 961 | <script src="js/bootstrap.js"></script> |
962 | <script src="js/bip39-libs.js"></script> | 962 | <script src="js/bip39-libs.js"></script> |
963 | <script src="js/bitcoinjs-extensions.js"></script> | 963 | <script src="js/bitcoinjs-extensions.js"></script> |
964 | <script src="js/segwit-parameters.js"></script> | 964 | <script src="js/segwit-parameters.js"></script> |