mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Add customized index.html for bisq.markets entrypoint
This commit is contained in:
parent
59cd80b6d1
commit
35881b2457
54
frontend/src/index.bisq.html
Normal file
54
frontend/src/index.bisq.html
Normal file
@ -0,0 +1,54 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Bisq Markets</title>
|
||||
<base href="/">
|
||||
|
||||
<meta name="description" content="Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative cryptocurrencies.">
|
||||
|
||||
<meta property="og:image" content="https://bisq.network/images/bisq-og.jpg">
|
||||
<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="Bisq Markets">
|
||||
<meta property="twitter:description" content="Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative cryptocurrencies.">
|
||||
<meta property="twitter:image:src" content="https://bisq.network/images/bisq-og.jpg">
|
||||
<meta property="twitter:domain" content="bisq.markets">
|
||||
|
||||
<meta name="msapplication-TileColor" content="#000000">
|
||||
<meta name="msapplication-config" content="/resources/favicons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://bisq.network/images/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="https://bisq.network/safari-pinned-tab.svg" color="#404040">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://bisq.network/images/bisq-fav.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://bisq.network/images/bisq-fav.png">
|
||||
<link rel="icon" type="image/x-icon" href="https://bisq.network/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(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//stats.mempool.space/";
|
||||
_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>
|
Loading…
Reference in New Issue
Block a user