Skip to content

Commit

Permalink
add google tag
Browse files Browse the repository at this point in the history
  • Loading branch information
anhquancao committed Dec 4, 2023
1 parent 85a3a4a commit e72adab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-STDJM3RJPV"></script>
<!-- <script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FP5R7YX8ED"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-STDJM3RJPV');
</script> -->
gtag('config', 'G-FP5R7YX8ED');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PaSCo: Urban 3D Panoptic Scene Completion with Uncertainty Awareness</title>
Expand Down

0 comments on commit e72adab

Please sign in to comment.