Browse Source

update index.html and browser.html.

guides-page
Christopher Jeffrey 8 years ago
parent
commit
66fd5367e1
No known key found for this signature in database GPG Key ID: 8962AB9DE6666BBD
  1. 5
      browser.html
  2. 4
      index.html

5
browser.html

@ -1,5 +1,5 @@
<!doctype html>
<title>BCoin - A javascript bitcoin library</title>
<title>Bcoin - A javascript bitcoin library</title>
<style>
html, body, p, div { padding: 0; margin: 0; }
p { margin: 15px; }
@ -47,8 +47,5 @@ body > div {
<p><a href="http://browser.bcoin.io/?network=testnet&prune=true">
Click here to start a full node on testnet (pruned).
</a></p>
<p><a href="http://browser.bcoin.io/">
Click here to start a full node on segnet4.
</a></p>
</div>

4
index.html

@ -1,5 +1,5 @@
<!doctype html>
<title>BCoin - A javascript bitcoin library</title>
<title>Bcoin - A javascript bitcoin library</title>
<style>
html, body, p, div { padding: 0; margin: 0; }
body > div {
@ -17,7 +17,7 @@ body > div {
}
</style>
<div>
<p>BCoin is a javascript bitcoin library which<br>does a lot of hard bitcoin things for you.</p>
<p>Bcoin is a javascript bitcoin library which<br>does a lot of hard bitcoin things for you.</p>
<p><a href="./docs/index.html">Read the docs.</a></p>
<p><a href="https://github.com/bcoin-org/bcoin">Read the code.</a></p>
</div>

Loading…
Cancel
Save