Skip to content

Commit

Permalink
getAnalyzer API added
Browse files Browse the repository at this point in the history
  • Loading branch information
zaid-commits committed Nov 11, 2024
1 parent a332029 commit 7b7b6bd
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,34 @@
content="backgrounds, gradients, patterns, open-source, web design, CSS, library, free backgrounds"
/>
<meta name="author" content="Zaid Rakhange" />
<meta property="og:type" content="website">
<meta property="og:type" content="website" />
<meta property="og:title" content="BgLib | OpenSource Background Library" />
<meta
property="og:description"
content="BgLib is a free and open-source background library offering a variety of beautiful and customizable background gradients and patterns for your web projects."
/>
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" />
<link rel="canonical" href="https://bg-lib.vercel.app/" />
<meta
property="og:image"
content="/preview.png"
/>
<meta property="og:image" content="/preview.png" />
<meta property="og:url" content="https://bg-lib.vercel.app/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="BgLib | Free Background Library" />
<meta
name="twitter:description"
content="BgLib is a free and open-source background library offering a variety of beautiful and customizable background gradients and patterns for your web projects."
/>
<meta
name="twitter:image"
content="/preview.png"
/>
<meta name="twitter:image" content="/preview.png" />
<link rel="image_src" href="/preview.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>

<!-- Get Analyzer-->
<script
defer
data-domain="bg.impic.tech"
src="https://getanalyzr.vercel.app/tracking-script.js"
></script>
</body>
</html>

0 comments on commit 7b7b6bd

Please sign in to comment.