Skip to content

Commit

Permalink
google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorkenw committed Feb 13, 2024
1 parent ecec099 commit ef5f895
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WLNGSQPW7E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-WLNGSQPW7E');
</script>

<html>
<head>
<meta charset="utf-8">
Expand All @@ -10,7 +20,7 @@
<meta name="description" content="PIN Project Page">
<meta property="og:title" content="PIN: Positional Insert unlocks object localisation abilities in VLMs"/>
<meta property="og:description" content="Project page of 'PIN: Positional Insert unlocks object localisation abilities in VLMs'"/>
<meta property="og:url" content="https://"/>
<meta property="og:url" content="https://quva-lab.github.io/PIN/"/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/images/first.png" />
<meta property="og:image:width" content="1200"/>
Expand Down

0 comments on commit ef5f895

Please sign in to comment.