fixed a typo, made a couple of changes to the pages keywords and description

This commit is contained in:
OutCast3k 2014-12-22 14:57:48 +00:00
parent cdee027c01
commit c721e42220

View file

@ -1,11 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Bitcoin wallet by coinb.in</title> <title>Bitcoin Wallet by Coinb.in</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="keywords" content="" /> <meta name="keywords" content="bitcoin, wallet, multisig, multisignature, address, browser, javascript, js, broadcast, transaction, verify, decode" />
<meta name="description" content="A Bitcoin Wallet written in Javascript. Supports Multisig, Custom Transactions, nLockTime and more!" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -399,7 +401,7 @@
<div class="row"> <div class="row">
<div class="col-xs-3"> <div class="col-xs-3">
<label><abbr title="What is not spent will be used as a transaction fee">Transacton Fee</abbr></label> <label><abbr title="What is not spent will be used as a transaction fee">Transaction Fee</abbr></label>
<input type="text" id="transactionFee" class="form-control" value="0.0000" readonly> <input type="text" id="transactionFee" class="form-control" value="0.0000" readonly>
</div> </div>
</div> </div>