-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
45 lines (44 loc) · 2.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<title>How Many Confs?</title>
<link rel="shortcut icon" href="arm.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">
<img class="arm" src="arm.png" />
</div>
<h1>How many confirmations are equivalent<sup><a rel="noopener noreferrer" target="_blank" href="//github.com/lukechilds/howmanyconfs.com/blob/master/README.md#how-are-these-values-calculated">*</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>
<script defer data-api="https://metrics.lu.ke/api/event" data-domain="howmanyconfs.com" src="https://metrics.lu.ke/js/script.js"></script>
</body>
</html>