2019-07-21 17:59:47 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
2022-10-08 14:58:09 -07:00
|
|
|
|
2019-07-21 17:59:47 +03:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2020-03-24 00:52:08 +07:00
|
|
|
<title>mempool - Bitcoin Explorer</title>
|
2022-10-16 15:19:44 -07:00
|
|
|
<script src="/resources/config.js"></script>
|
2019-07-21 17:59:47 +03:00
|
|
|
<base href="/">
|
2020-02-16 22:15:07 +07:00
|
|
|
|
2022-08-30 11:51:56 +02:00
|
|
|
<meta name="description" content="The Mempool Open Source Project™ - Explore the full Bitcoin ecosystem." />
|
2021-04-13 00:13:58 +09:00
|
|
|
<meta property="og:image" content="https://mempool.space/resources/mempool-space-preview.png" />
|
2020-03-10 03:11:29 +09:00
|
|
|
<meta property="og:image:type" content="image/png" />
|
2020-03-10 01:29:11 +07:00
|
|
|
<meta property="og:image:width" content="1000" />
|
|
|
|
<meta property="og:image:height" content="500" />
|
2020-03-10 03:11:29 +09:00
|
|
|
<meta property="twitter:card" content="summary_large_image">
|
2021-03-03 11:55:53 +09:00
|
|
|
<meta property="twitter:site" content="@mempool">
|
|
|
|
<meta property="twitter:creator" content="@mempool">
|
2022-01-05 15:58:15 +09:00
|
|
|
<meta property="twitter:title" content="The Mempool Open Source Project™">
|
2022-08-30 11:51:56 +02:00
|
|
|
<meta property="twitter:description" content="Explore the full Bitcoin ecosystem with mempool.space™" />
|
2021-04-13 00:13:58 +09:00
|
|
|
<meta property="twitter:image:src" content="https://mempool.space/resources/mempool-space-preview.png" />
|
2020-03-27 03:50:10 +07:00
|
|
|
<meta property="twitter:domain" content="mempool.space">
|
2022-10-08 14:58:09 -07:00
|
|
|
|
2020-06-17 18:28:15 +09:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/resources/favicons/apple-touch-icon.png">
|
2020-05-02 16:59:14 +07:00
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/resources/favicons/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/resources/favicons/favicon-16x16.png">
|
2020-06-17 18:28:15 +09:00
|
|
|
<link rel="manifest" href="/resources/favicons/site.webmanifest">
|
|
|
|
<link rel="shortcut icon" href="/resources/favicons/favicon.ico">
|
2020-07-19 23:55:56 +07:00
|
|
|
<link id="canonical" rel="canonical" href="https://mempool.space">
|
|
|
|
|
2021-10-08 18:23:21 +09:00
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
2020-06-17 18:28:15 +09:00
|
|
|
<meta name="msapplication-TileColor" content="#000000">
|
|
|
|
<meta name="msapplication-config" content="/resources/favicons/browserconfig.xml">
|
2022-01-16 00:19:29 +09:00
|
|
|
<meta name="theme-color" content="#1d1f31">
|
2020-02-16 22:15:07 +07:00
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2019-07-21 17:59:47 +03:00
|
|
|
</head>
|
2022-10-08 14:58:09 -07:00
|
|
|
|
2019-07-21 17:59:47 +03:00
|
|
|
<body>
|
|
|
|
<app-root></app-root>
|
|
|
|
</body>
|
2022-10-08 14:58:09 -07:00
|
|
|
|
2019-07-21 17:59:47 +03:00
|
|
|
</html>
|