Skip to content

Commit 7784d03

Browse files
committed
Updates
1 parent d35fbd1 commit 7784d03

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

neurips25/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
<meta name="theme-color" content="#000000">
2222
<link rel="stylesheet" href="./assets/style.css">
2323
<script src="./assets/theme.js"></script>
24+
<!-- Google tag (gtag.js) -->
25+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C013T57GV2"></script>
26+
<script>
27+
window.dataLayer = window.dataLayer || [];
28+
function gtag(){dataLayer.push(arguments);}
29+
gtag('js', new Date());
30+
31+
gtag('config', 'G-C013T57GV2');
32+
</script>
2433
</head>
2534
<body>
2635
<button id="themeBtn" type="button" aria-label="Toggle theme" title="Toggle theme">🌙 Dark</button>

0 commit comments

Comments
 (0)