summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorRay <[email protected]>2023-01-21 19:47:55 +0100
committerRay <[email protected]>2023-01-21 19:47:55 +0100
commitbf2db5dc10c9b8d10ab555c3834a9e96d2873d3e (patch)
tree06011738a562f6071bbcb0a433d326f967848dd6 /index.html
parent2ca294e1fe33f58e989f1783b61992b8c026a6b3 (diff)
downloadraylib.com-bf2db5dc10c9b8d10ab555c3834a9e96d2873d3e.tar.gz
raylib.com-bf2db5dc10c9b8d10ab555c3834a9e96d2873d3e.zip
REMOVED: Google Analytics
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/index.html b/index.html
index 852ebc6..74be9e9 100644
--- a/index.html
+++ b/index.html
@@ -30,7 +30,6 @@
</head>
<body>
- <script src="common/common.js" defer></script>
<div class="header-container">
<div class="header">
<a id="logo" href="index.html"></a>
@@ -238,17 +237,5 @@
</div>
</div>
-
- <!-- Google Analytics tracking code -->
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
-
- ga('create', 'UA-45733555-1', 'raylib.com');
- ga('require', 'linkid', 'linkid.js');
- ga('send', 'pageview');
- </script>
</body>
</html>