Darok commited on
Commit
d14b327
·
verified ·
1 Parent(s): 4a9230f

added analitics

Browse files
Files changed (1) hide show
  1. index.html +9 -0
index.html CHANGED
@@ -1,6 +1,15 @@
1
  <!DOCTYPE html>
2
  <html lang="en-us">
3
  <head>
 
 
 
 
 
 
 
 
 
4
  <meta charset="utf-8">
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6
  <title>Unity WebGL Player | RWKV-Game</title>
 
1
  <!DOCTYPE html>
2
  <html lang="en-us">
3
  <head>
4
+ <!-- Google tag (gtag.js) -->
5
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-815KZ2XBPR"></script>
6
+ <script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
+
11
+ gtag('config', 'G-815KZ2XBPR');
12
+ </script>
13
  <meta charset="utf-8">
14
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
15
  <title>Unity WebGL Player | RWKV-Game</title>