mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:45:05 +03:00
Tweaks
This commit is contained in:
parent
8bd316c5e8
commit
953de72624
2 changed files with 15 additions and 19 deletions
|
@ -6,22 +6,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>Equitable Open‐Source for web3</title>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q3M5LVH76F"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Q3M5LVH76F');
|
||||
</script>
|
||||
|
||||
<!-- ZOHO PageSense-->
|
||||
<script src="https://cdn.pagesense.io/js/anchorpointcollectivellc/d07c3e85bf7246dcaefc35b7dd336333.js"></script>
|
||||
|
||||
<!-- 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">
|
||||
|
@ -38,8 +22,8 @@
|
|||
<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." />
|
||||
<meta property="og:description" content="something new is brewing." />
|
||||
<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>
|
||||
|
@ -590,3 +574,16 @@
|
|||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q3M5LVH76F"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-Q3M5LVH76F');
|
||||
</script>
|
||||
|
|
|
@ -272,7 +272,6 @@
|
|||
</html>
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q3M5LVH76F"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
|
Loading…
Reference in a new issue