mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 22:46:54 +01:00
42 lines
1.9 KiB
HTML
42 lines
1.9 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>mempool - Bitcoin Explorer</title>
|
|
<script src="/resources/config.js"></script>
|
|
<base href="/">
|
|
|
|
<meta name="description" content="The Mempool Open Source Project™ - Explore the full Bitcoin ecosystem." />
|
|
<meta property="og:image" content="https://mempool.space/resources/mempool-space-preview.png" />
|
|
<meta property="og:image:type" content="image/png" />
|
|
<meta property="og:image:width" content="1000" />
|
|
<meta property="og:image:height" content="500" />
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:site" content="@mempool">
|
|
<meta property="twitter:creator" content="@mempool">
|
|
<meta property="twitter:title" content="The Mempool Open Source Project™">
|
|
<meta property="twitter:description" content="Explore the full Bitcoin ecosystem with mempool.space™" />
|
|
<meta property="twitter:image:src" content="https://mempool.space/resources/mempool-space-preview.png" />
|
|
<meta property="twitter:domain" content="mempool.space">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/resources/favicons/apple-touch-icon.png">
|
|
<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">
|
|
<link rel="manifest" href="/resources/favicons/site.webmanifest">
|
|
<link rel="shortcut icon" href="/resources/favicons/favicon.ico">
|
|
<link id="canonical" rel="canonical" href="https://mempool.space">
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<meta name="msapplication-TileColor" content="#000000">
|
|
<meta name="msapplication-config" content="/resources/favicons/browserconfig.xml">
|
|
<meta name="theme-color" content="#1d1f31">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
|
|
<body>
|
|
<app-root></app-root>
|
|
</body>
|
|
|
|
</html>
|