mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-12 19:20:46 +02:00
44 lines
1.9 KiB
HTML
44 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name="description" content="An open-source Bitcoin mempool visualizer and blockchain explorer.">
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
<!-- facebook open graph tags -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://bitfeed.live/" />
|
|
<meta property="og:title" content="Bitfeed" />
|
|
<meta property="og:description" content="An open-source Bitcoin mempool visualizer and blockchain explorer." />
|
|
<meta property="og:image" content="https://bitfeed.live/img/unfurl-a.png" />
|
|
|
|
<!-- twitter card tags additive with the og: tags -->
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:domain" value="bitfeed.live" />
|
|
<meta name="twitter:title" value="Bitfeed" />
|
|
<meta name="twitter:description" value="An open-source Bitcoin mempool visualizer and blockchain explorer." />
|
|
<meta name="twitter:image" content="https://bitfeed.live/img/unfurl-a.png" />
|
|
<meta name="twitter:url" value="https://bitfeed.live/" />
|
|
|
|
<title>Bitfeed</title>
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#f7941d">
|
|
<meta name="apple-mobile-web-app-title" content="Bitfeed">
|
|
<meta name="application-name" content="Bitfeed">
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<link rel='stylesheet' href='/global.css'>
|
|
{{css}}
|
|
<script src="/env.js"></script>
|
|
<script defer data-domain="bitfeed.orangepill.ovh" src="https://analytics.orangepill.ovh/js/script.js"></script>
|
|
{{scripts}}
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|