Skip to content

Commit

Permalink
Enable usefathom
Browse files Browse the repository at this point in the history
  • Loading branch information
alexharvest committed Nov 5, 2024
1 parent ef842ce commit 3138337
Showing 1 changed file with 45 additions and 40 deletions.
85 changes: 45 additions & 40 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,47 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="%PUBLIC_URL%/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#000000" />


<meta name="title" content="Harvest App - Grow Your Crypto">
<meta name="description" content="Connect your wallet and start farming with any token. Leverage the power of auto-compounding with Harvest and watch your crypto assets grow.
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="%PUBLIC_URL%/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#000000" />


<meta name="title" content="Harvest App - Grow Your Crypto">
<meta name="description" content="Connect your wallet and start farming with any token. Leverage the power of auto-compounding with Harvest and watch your crypto assets grow.
">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://app.harvest.finance/">
<meta property="og:title" content="Harvest App - Grow Your Crypto">
<meta property="og:description" content="Connect your wallet and start farming with any token. Leverage the power of auto-compounding with Harvest and watch your crypto assets grow.
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://app.harvest.finance/">
<meta property="og:title" content="Harvest App - Grow Your Crypto">
<meta property="og:description" content="Connect your wallet and start farming with any token. Leverage the power of auto-compounding with Harvest and watch your crypto assets grow.
">
<meta property="og:image" content="%PUBLIC_URL%/preview.png">
<meta property="og:image" content="%PUBLIC_URL%/preview.png">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://app.harvest.finance/">
<meta property="twitter:title" content="Harvest App - Grow Your Crypto">
<meta property="twitter:description" content="Connect your wallet and start farming with any token. Leverage the power of auto-compounding with Harvest and watch your crypto assets grow.
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://app.harvest.finance/">
<meta property="twitter:title" content="Harvest App - Grow Your Crypto">
<meta property="twitter:description" content="Connect your wallet and start farming with any token. Leverage the power of auto-compounding with Harvest and watch your crypto assets grow.
">
<meta property="twitter:image" content="%PUBLIC_URL%/preview.png">
<!--
<meta property="twitter:image" content="%PUBLIC_URL%/preview.png">
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,400&family=Montserrat:wght@400;500;700;800&display=swap" rel="stylesheet">
<!-- <script src="https://cdn.usefathom.com/script.js" data-site="SYIIZOXC" defer></script> -->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,400&family=Montserrat:wght@400;500;700;800&display=swap"
rel="stylesheet">
<script src="https://cdn.usefathom.com/script.js" data-site="SYIIZOXC" defer></script>

<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=Inter&display=swap" rel="stylesheet">
<!--
<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=Inter&display=swap" rel="stylesheet">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Expand All @@ -50,12 +53,13 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Harvest App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
<title>Harvest App</title>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand All @@ -65,5 +69,6 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
</body>

</html>

0 comments on commit 3138337

Please sign in to comment.