diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2014-09-18 11:55:27 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2014-09-18 11:55:27 +1000 |
commit | c5863485b3035053b6dba1670207225fd9a8da33 (patch) | |
tree | 0d8d5bca0443800ae4bfc84394c532fd0ead21f0 | |
parent | 45b8a745084fb42f9c90a12ba10482fabf681dfb (diff) | |
download | BIP39-c5863485b3035053b6dba1670207225fd9a8da33.tar.gz BIP39-c5863485b3035053b6dba1670207225fd9a8da33.tar.zst BIP39-c5863485b3035053b6dba1670207225fd9a8da33.zip |
Offline Usage documentation
-rw-r--r-- | src/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 1e3335a..dbe6d4d 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -240,6 +240,33 @@ | |||
240 | <div class="row"> | 240 | <div class="row"> |
241 | <div class="col-md-12"> | 241 | <div class="col-md-12"> |
242 | 242 | ||
243 | <h2>Offline Usage</h2> | ||
244 | |||
245 | <p> | ||
246 | You can use this tool without having to be online. | ||
247 | </p> | ||
248 | <p> | ||
249 | In your browser, select file save-as, and save this page | ||
250 | as a file. | ||
251 | </p> | ||
252 | <p> | ||
253 | Double-click that file to open it in a browser | ||
254 | on any offline computer. | ||
255 | </p> | ||
256 | <p> | ||
257 | Alternatively, download it from | ||
258 | <a href="https://github.com/dcpos/bip39"> | ||
259 | https://github.com/dcpos/bip39 | ||
260 | </a> | ||
261 | |||
262 | </div> | ||
263 | </div> | ||
264 | |||
265 | <hr> | ||
266 | |||
267 | <div class="row"> | ||
268 | <div class="col-md-12"> | ||
269 | |||
243 | <h2>This project is 100% open-source code</h2> | 270 | <h2>This project is 100% open-source code</h2> |
244 | 271 | ||
245 | <p> | 272 | <p> |