diff options
author | Sam Potts <sam@potts.es> | 2019-06-01 18:45:07 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-06-01 18:45:07 +1000 |
commit | c9055f391b3782d96d16fb6efa4337dc90120635 (patch) | |
tree | 6cd7d1fc8627bbe62f4f714a99fe3cd2ec49db09 /demo/index.html | |
parent | 5ddd9e02def654bb677c988403dbefbc4a32787c (diff) | |
download | plyr-c9055f391b3782d96d16fb6efa4337dc90120635.tar.lz plyr-c9055f391b3782d96d16fb6efa4337dc90120635.tar.xz plyr-c9055f391b3782d96d16fb6efa4337dc90120635.zip |
Linting changes
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/demo/index.html b/demo/index.html index 04458522..2724c4f2 100644 --- a/demo/index.html +++ b/demo/index.html @@ -50,6 +50,17 @@ type="font/woff2" href="https://cdn.plyr.io/static/fonts/gordita-bold.woff2" /> + + <!-- Google Analytics--> + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-132699580-1"></script> + <script> + window.dataLayer = window.dataLayer || []; + function gtag() { + dataLayer.push(arguments); + } + gtag('js', new Date()); + gtag('config', 'UA-132699580-1'); + </script> </head> <body> |