You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

44 lines
1.9 KiB

<html>
<head>
<title>How Many Confs?</title>
<link rel="shortcut icon" href="node_modules/cryptocurrency-icons/128/color/btc.png">
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta name="description" content="How many confirmations are equivalent to 6 Bitcoin confirmations?.">
<meta property="og:site_name" content="How Many Confs?">
<meta property="og:title" content="How Many Confs?">
<meta property="og:type" content="website">
<meta property="og:image" content="card.png">
<meta property="og:description" content="How many confirmations are equivalent to 6 Bitcoin confirmations?.">
<meta property="og:url" content="https://howmanyconfs.com">
<meta property="twitter:card" content="summary_large_image">
</head>
<body>
<header class="header">
<div class="wrapper">
<div class="icons">
<img class="bitcoin-logo" src="node_modules/cryptocurrency-icons/svg/color/btc.svg" alt="btc">
<span class="arm">💪</span>
</div>
<h1>How many confirmations are equivalent<sup><a rel="noopener noreferrer" target="_blank" href="//github.com/lukechilds/howmanyconfs.com">*</a></sup> to 6 Bitcoin confirmations?</h1>
</div>
</header>
<section class="wrapper">
<table class="results"></table>
</section>
<footer class="footer">
<div class="wrapper">
<span class="version"></span>
-
<a rel="noopener noreferrer" target="_blank" href="//github.com/lukechilds/howmanyconfs.com">Source code</a>
-
<a rel="noopener noreferrer" target="_blank" href="//github.com/lukechilds/howmanyconfs.com/issues">Report a bug</a>
<div class="me">
A thing by <a rel="noopener noreferrer" target="_blank" href="//lukechilds.co">@lukechilds</a>
</div>
</div>
</footer>
<script async src="js/index.js"></script>
</body>
</html>