mirror of
https://github.com/ivabus/www
synced 2024-11-14 21:15:05 +03:00
55 lines
2.6 KiB
HTML
55 lines
2.6 KiB
HTML
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<title>{{ .Description }}</title>
|
||
|
|
||
|
<!-- Google Tag Manager -->
|
||
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||
|
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
|
})(window,document,'script','dataLayer','GTM-5WQVCLC');</script>
|
||
|
<!-- End Google Tag Manager -->
|
||
|
|
||
|
<!-- Meta Pixel Code -->
|
||
|
<script>
|
||
|
!function(f,b,e,v,n,t,s)
|
||
|
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
|
||
|
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
|
||
|
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
|
||
|
n.queue=[];t=b.createElement(e);t.async=!0;
|
||
|
t.src=v;s=b.getElementsByTagName(e)[0];
|
||
|
s.parentNode.insertBefore(t,s)}(window, document,'script',
|
||
|
'https://connect.facebook.net/en_US/fbevents.js');
|
||
|
fbq('init', '573253607795663');
|
||
|
fbq('track', 'PageView');
|
||
|
</script>
|
||
|
<noscript><img height="1" width="1" style="display:none"
|
||
|
src="https://www.facebook.com/tr?id=573253607795663&ev=PageView&noscript=1"
|
||
|
/></noscript>
|
||
|
<!-- End Meta Pixel Code -->
|
||
|
|
||
|
<!-- CSS only -->
|
||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||
|
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
||
|
<link rel="apple-touch-icon-precomposed" href="/favicon-180.png">
|
||
|
<link rel="stylesheet" href="/css/style.css">
|
||
|
|
||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
|
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Prompt:wght@700&display=swap"
|
||
|
rel="stylesheet">
|
||
|
<meta name="twitter:card" content="summary_large_image">
|
||
|
<meta name="twitter:image:alt" content="sh <(curl tea.xyz)">
|
||
|
<meta name="twitter:title" content="tea.">
|
||
|
<meta name="twitter:description" content="something new is brewing.">
|
||
|
<meta name="twitter:image" content=" https://tea.xyz/cover.png">
|
||
|
<meta property="og:url" content="http://tea.xyz" />
|
||
|
<meta property="og:type" content="website" />
|
||
|
<meta property="og:title" content="tea.xyz" />
|
||
|
<meta property="og:description" content="Equitable Open‐Source for web3" />
|
||
|
<meta property="og:image" content="https://tea.xyz/cover.png" />
|
||
|
<meta property="og:image:alt" content="sh <(curl tea.xyz)" />
|
||
|
</head>
|
||
|
</head>
|