Fix GA code !!!

This commit is contained in:
Atomos821 2020-11-28 12:36:17 +01:00
parent 34e083aa09
commit a0c1537578
2 changed files with 22 additions and 21 deletions

View File

@ -7,16 +7,15 @@
<title>SPT-AKI</title>
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/prism.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135366714-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135366714-3');
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135366714-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135366714-3');
</script>
</head>
<body>

View File

@ -6,16 +6,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SPT-AKI</title>
<link rel="stylesheet" href="./assets/css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135366714-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135366714-3');
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135366714-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-135366714-3');
</script>
</head>
<body>
@ -56,7 +58,7 @@
</div>
<div class="overlay"></div>
</div>
<div id="router-outlet">
<!-- This is where the magic happens -->
</div>
@ -71,7 +73,8 @@
<a href="#features">Features</a>
<a href="#community">Community</a>
<hr aki-divider>
<span class="disclaimer text1">Senko's Pub nor SPT-AKI is affiliated with Battlestate Games Ltd. in any way.</span>
<span class="disclaimer text1">Senko's Pub nor SPT-AKI is affiliated with Battlestate Games Ltd. in any
way.</span>
</div>
<script src="./assets/js/akiSideMenu.js"></script>
@ -79,7 +82,6 @@
<script>
const akiNavigator = new AkiNavigator('home');
</script>
</body>
</html>