Update ui/index.html

#1
Files changed (1) hide show
  1. ui/index.html +8 -0
ui/index.html CHANGED
@@ -3,6 +3,14 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
 
 
 
 
 
 
 
6
  <title>BA Agent RL Environment and Benchmark</title>
7
  <style>
8
  :root {
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <!-- Google tag (gtag.js) -->
7
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-W0PWKTFD1G"></script>
8
+ <script>
9
+ window.dataLayer = window.dataLayer || [];
10
+ function gtag(){dataLayer.push(arguments);}
11
+ gtag('js', new Date());
12
+ gtag('config', 'G-W0PWKTFD1G');
13
+ </script>
14
  <title>BA Agent RL Environment and Benchmark</title>
15
  <style>
16
  :root {