]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/index.html
Help text has correct left padding
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / index.html
index dbe6d4d9d5ad5fa4ca82ec3f03b6ed22e4e16d06..dbdc67cd26a83c435a144d0ae1214b72e6de3654 100644 (file)
@@ -10,6 +10,9 @@
         <meta content="DC POS" name="author" />
 
         <style>
+            body {
+                padding-bottom: 32px;
+            }
             .feedback-container {
                 position: fixed;
                 top: 0;
@@ -42,6 +45,7 @@
                     <form class="form-horizontal" role="form">
                         <div class="col-sm-2"></div>
                         <div class="col-sm-10">
+                            <p>You can enter an existing BIP39 phrase, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum)</p>
                             <p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p>
                         </div>
                         <div class="form-group">