Skip to content

Commit

Permalink
Update index.html to add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
chunchet-ng authored Sep 23, 2023
1 parent 32723cc commit 0af08d2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>When IC Meets Text: Towards a Rich Annotated Integrated Circuit Text Dataset</title>

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

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

<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet"
Expand Down Expand Up @@ -414,4 +413,4 @@ <h2 class="text-center title">BibTeX</h1>
</div>
</footer>

</html>
</html>

0 comments on commit 0af08d2

Please sign in to comment.