Remove Google Analytics

This commit is contained in:
Angelos Chalaris
2018-09-15 17:02:13 +03:00
parent dd96cfe74c
commit ccf8a96c61
7 changed files with 6 additions and 62 deletions

View File

@ -1,14 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117141635-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-117141635-1');
</script>
<link rel="stylesheet" href="./style.css">
<title>Array - 30 seconds of code</title>
<meta charset="utf-8">