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.

41 lines
1.5 KiB

6 years ago
<html>
<head>
<title>howmanyconfs.com</title>
<!-- <link rel="shortcut icon" href="favicon.png"> -->
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta name="description" content="Compare security between cryptocurrencies.">
<meta property="og:site_name" content="howmanyconfs.com">
<meta property="og:title" content="howmanyconfs.com">
<meta property="og:type" content="website">
<!-- <meta property="og:image" content="card.png"> -->
<meta property="og:description" content="Compare security between cryptocurrencies.">
<meta property="og:url" content="https://howmanyconfs.com">
<meta property="twitter:card" content="summary_large_image">
</head>
<body>
6 years ago
<header class="header">
<div class="wrapper">
<h1>How many confirmations are equivalent to 6 Bitcoin confirmations?</h1>
</div>
</header>
<section class="wrapper">
<table class="results"></table>
</section>
6 years ago
<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 src="./js/index.js"></script>
6 years ago
</body>
</html>