formatting and url target

Minor formatting.
URL to the bcoin repo should be in a new tab since the user could be syncing.
This commit is contained in:
Kyle Honeycutt 2017-02-27 21:07:58 -08:00 committed by GitHub
parent 96d093fb64
commit e608a58926

View File

@ -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-&gt;tcp proxy. connecting to the actual bitcoin P2P network via a websocket-&gt;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>