Skip to content

Commit

Permalink
clean up edit index.html
Browse files Browse the repository at this point in the history
clean up edit index.html
  • Loading branch information
coinables committed Apr 21, 2020
1 parent 032ca69 commit d76a28d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dragdrop/index.html
Expand Up @@ -91,10 +91,9 @@ <h2>Create a Key Pair From a File</h2>

<!-- introduction -->
<br>
<div class="well">This standalone page can be run offline, it is <a href="https://github.com/coinables/coinables.github.io/tree/master/dragdrop"><span class="label label-primary">OPEN SOURCE</span></a> and uses <a href="https://github.com/coinables/buidljs">buidl.js</a> an easy to use layer on top of the <a href="https://github.com/bitcoinjs/bitcoinjs-lib"><span class="label label-success">BitcoinJS</span></a> library.<br><br> Create a key pair using the raw bytes of a file. It's important to be aware that this file should be absolutely unique, such as a photo you took and have never shared and has never been accessible on an internet connected device.
<div class="well">This page can be run offline, it is <a href="https://github.com/coinables/coinables.github.io/tree/master/dragdrop"><span class="label label-primary">OPEN SOURCE</span></a> and uses <a href="https://github.com/coinables/buidljs">buidl.js</a> an easy to use layer on top of the <a href="https://github.com/bitcoinjs/bitcoinjs-lib"><span class="label label-success">BitcoinJS</span></a> library.<br><br> Create a key pair using the raw bytes of a file. It's important to be aware that this file should be absolutely unique, such as a photo you took and have never shared and has never been accessible on an internet connected device.
<p>If you intend to use the source file as your back-up (instead of saving the resulting paper wallet or private key) keep in mind any changes to the file <b>(INCLUDING META DATA)</b> will result in a different key pair. <br>USE AT YOUR OWN RISK. </p>

You can enable testnet mode by adding <span class="label label-reference">?testnet=true</span> to the end of the url.
</div>
<br>
<br>
Expand Down

0 comments on commit d76a28d

Please sign in to comment.