2019-07-21 16:59:47 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2021-08-04 19:41:52 +02:00
|
|
|
<title>mempool - Liquid Network</title>
|
2019-07-21 16:59:47 +02:00
|
|
|
<base href="/">
|
2020-02-16 16:15:07 +01:00
|
|
|
|
2022-01-05 07:58:15 +01:00
|
|
|
<meta name="description" content="The Mempool Open Source Projectâ„¢ - our self-hosted explorer for the Liquid Network.">
|
2021-08-13 23:36:46 +02:00
|
|
|
<meta property="og:image" content="https://liquid.network/resources/liquid/liquid-network-preview.png" />
|
2020-03-09 19:11:29 +01:00
|
|
|
<meta property="og:image:type" content="image/png" />
|
2020-03-09 19:29:11 +01:00
|
|
|
<meta property="og:image:width" content="1000" />
|
|
|
|
<meta property="og:image:height" content="500" />
|
2020-03-09 19:11:29 +01:00
|
|
|
<meta property="twitter:card" content="summary_large_image">
|
2021-03-03 03:55:53 +01:00
|
|
|
<meta property="twitter:site" content="@mempool">
|
|
|
|
<meta property="twitter:creator" content="@mempool">
|
2022-01-05 07:58:15 +01:00
|
|
|
<meta property="twitter:title" content="The Mempool Open Source Projectâ„¢">
|
|
|
|
<meta property="twitter:description" content="Our self-hosted network explorer for the Liquid community.">
|
2021-08-13 23:36:46 +02:00
|
|
|
<meta property="twitter:image:src" content="https://liquid.network/resources/liquid/liquid-network-preview.png" />
|
2021-07-27 16:10:38 +02:00
|
|
|
<meta property="twitter:domain" content="liquid.network">
|
2021-06-06 22:06:56 +02:00
|
|
|
|
2021-08-05 18:14:48 +02:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/resources/liquid/favicons/apple-touch-icon.png">
|
2021-08-02 14:07:48 +02:00
|
|
|
<link rel="icon" type="image/png" sizes="48x48" href="/resources/liquid/favicons/favicon-48x48.png">
|
2021-07-28 21:32:13 +02:00
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/resources/liquid/favicons/favicon-32x32.png">
|
2021-08-02 14:07:48 +02:00
|
|
|
<link rel="icon" type="image/png" sizes="24x24" href="/resources/liquid/favicons/favicon-24x24.png">
|
2021-07-28 21:32:13 +02:00
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/resources/liquid/favicons/favicon-16x16.png">
|
2021-08-05 18:14:48 +02:00
|
|
|
<link rel="manifest" href="/resources/liquid/favicons/site.webmanifest">
|
2021-07-27 16:10:38 +02:00
|
|
|
<link id="canonical" rel="canonical" href="https://liquid.network">
|
2020-07-19 18:55:56 +02:00
|
|
|
|
2021-10-08 11:23:21 +02:00
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
2020-06-17 11:28:15 +02:00
|
|
|
<meta name="msapplication-TileColor" content="#000000">
|
2021-08-05 18:14:48 +02:00
|
|
|
<meta name="msapplication-config" content="/resources/liquid/favicons/browserconfig.xml">
|
2022-01-15 16:19:29 +01:00
|
|
|
<meta name="theme-color" content="#1d1f31">
|
2020-02-16 16:15:07 +01:00
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2019-07-21 16:59:47 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<app-root></app-root>
|
2020-10-10 04:42:32 +02:00
|
|
|
<script type="text/javascript">
|
2021-07-27 16:10:38 +02:00
|
|
|
if (document.location.hostname === "liquid.network")
|
2020-10-10 04:42:32 +02:00
|
|
|
{
|
|
|
|
var _paq = window._paq = window._paq || [];
|
2021-09-16 15:37:09 +02:00
|
|
|
_paq.push(['disableCookies']);
|
2020-10-10 04:42:32 +02:00
|
|
|
_paq.push(['trackPageView']);
|
|
|
|
_paq.push(['enableLinkTracking']);
|
|
|
|
(function() {
|
2021-07-27 16:10:38 +02:00
|
|
|
var u="//stats.liquid.network/";
|
2020-10-10 04:55:27 +02:00
|
|
|
_paq.push(['setTrackerUrl', u+'m.php']);
|
2021-07-27 16:10:38 +02:00
|
|
|
_paq.push(['setSiteId', '8']);
|
2020-10-10 04:42:32 +02:00
|
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
2020-10-10 04:55:27 +02:00
|
|
|
g.type='text/javascript'; g.async=true; g.src=u+'m.js'; s.parentNode.insertBefore(g,s);
|
2020-10-10 04:42:32 +02:00
|
|
|
})();
|
|
|
|
}
|
|
|
|
</script>
|
2019-07-21 16:59:47 +02:00
|
|
|
</body>
|
|
|
|
</html>
|