We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35fbd1 commit 7784d03Copy full SHA for 7784d03
1 file changed
neurips25/index.html
@@ -21,6 +21,15 @@
21
<meta name="theme-color" content="#000000">
22
<link rel="stylesheet" href="./assets/style.css">
23
<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>
33
</head>
34
<body>
35
<button id="themeBtn" type="button" aria-label="Toggle theme" title="Toggle theme">🌙 Dark</button>
0 commit comments