mirror of
https://github.com/mempool/mempool.git
synced 2024-12-28 17:24:25 +01:00
58 lines
2.5 KiB
HTML
58 lines
2.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>mempool - Bisq Markets</title>
|
|
<base href="/">
|
|
|
|
<meta name="description" content="The Mempool Open Source Projectâ„¢ - our self-hosted explorer for the Bisq Network.">
|
|
|
|
<meta property="og:image" content="https://bisq.markets/resources/bisq/bisq-markets-preview.png" />
|
|
<meta property="og:image:type" content="image/jpeg" />
|
|
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:site" content="https://bisq.markets/">
|
|
<meta property="twitter:creator" content="@bisq_network">
|
|
<meta property="twitter:title" content="The Mempool Open Source Projectâ„¢">
|
|
<meta property="twitter:description" content="Our self-hosted markets explorer for the Bisq community.">
|
|
<meta property="twitter:image:src" content="https://bisq.markets/resources/bisq/bisq-markets-preview.png" />
|
|
<meta property="twitter:domain" content="bisq.markets">
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<meta name="msapplication-TileColor" content="#000000">
|
|
<meta name="msapplication-config" content="/resources/bisq/favicons/browserconfig.xml">
|
|
<meta name="theme-color" content="#1d1f31">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/resources/bisq/favicons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/resources/bisq/favicons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/resources/bisq/favicons/favicon-16x16.png">
|
|
<link rel="manifest" href="/resources/bisq/favicons/site.webmanifest">
|
|
<link rel="mask-icon" href="/resources/bisq/favicons/safari-pinned-tab.svg" color="#5bbad5">
|
|
<link rel="shortcut icon" href="/resources/bisq/favicons/favicon.ico">
|
|
|
|
<link id="canonical" rel="canonical" href="https://bisq.markets">
|
|
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
<script type="text/javascript">
|
|
if (document.location.hostname === "bisq.markets")
|
|
{
|
|
var _paq = window._paq = window._paq || [];
|
|
_paq.push(['disableCookies']);
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="//stats.bisq.markets/";
|
|
_paq.push(['setTrackerUrl', u+'m.php']);
|
|
_paq.push(['setSiteId', '7']);
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
g.type='text/javascript'; g.async=true; g.src=u+'m.js'; s.parentNode.insertBefore(g,s);
|
|
})();
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|