Merge pull request #145 from coinables/patch-1
formatting and url target
This commit is contained in:
commit
7fc6efadff
@ -1,10 +1,15 @@
|
|||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>bcoin</title>
|
<title>bcoin</title>
|
||||||
<style>
|
<style>
|
||||||
html { height: 100%; }
|
html {
|
||||||
body { height: 90%; padding: 20px; }
|
height: 100%;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
height: 90%;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font: 3em monospace;
|
font: 3em monospace;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
@ -76,7 +81,7 @@
|
|||||||
<small>Welcome. Your machine is currently validating the blockchain.
|
<small>Welcome. Your machine is currently validating the blockchain.
|
||||||
The blocks and wallet are stored on your local disk with indexed DB. You are
|
The blocks and wallet are stored on your local disk with indexed DB. You are
|
||||||
connecting to the actual bitcoin P2P network via a websocket->tcp proxy.
|
connecting to the actual bitcoin P2P network via a websocket->tcp proxy.
|
||||||
Enjoy. (See the <a href="https://github.com/bcoin-org/bcoin">bcoin repo</a> for
|
Enjoy. (See the <a href="https://github.com/bcoin-org/bcoin" target="_blank">bcoin repo</a> for
|
||||||
more bitcoin magic).</small>
|
more bitcoin magic).</small>
|
||||||
<div class="tx">
|
<div class="tx">
|
||||||
<div>Chain State: <span id="state"></span></div>
|
<div>Chain State: <span id="state"></span></div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user