Fix GA code !!!
This commit is contained in:
parent
534c11919b
commit
a219ef55bd
@ -8,15 +8,14 @@
|
|||||||
<link rel="stylesheet" href="./assets/css/style.css">
|
<link rel="stylesheet" href="./assets/css/style.css">
|
||||||
<link rel="stylesheet" href="./assets/css/prism.css">
|
<link rel="stylesheet" href="./assets/css/prism.css">
|
||||||
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135366714-3"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135366714-3"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
|
gtag('config', 'UA-135366714-3');
|
||||||
gtag('config', 'UA-135366714-3');
|
</script>
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -7,15 +7,17 @@
|
|||||||
<title>SPT-AKI</title>
|
<title>SPT-AKI</title>
|
||||||
<link rel="stylesheet" href="./assets/css/style.css">
|
<link rel="stylesheet" href="./assets/css/style.css">
|
||||||
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135366714-3"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135366714-3"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'UA-135366714-3');
|
function gtag() {
|
||||||
</script>
|
dataLayer.push(arguments);
|
||||||
|
}
|
||||||
|
gtag('js', new Date());
|
||||||
|
gtag('config', 'UA-135366714-3');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -71,7 +73,8 @@
|
|||||||
<a href="#features">Features</a>
|
<a href="#features">Features</a>
|
||||||
<a href="#community">Community</a>
|
<a href="#community">Community</a>
|
||||||
<hr aki-divider>
|
<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>
|
</div>
|
||||||
|
|
||||||
<script src="./assets/js/akiSideMenu.js"></script>
|
<script src="./assets/js/akiSideMenu.js"></script>
|
||||||
@ -79,7 +82,6 @@
|
|||||||
<script>
|
<script>
|
||||||
const akiNavigator = new AkiNavigator('home');
|
const akiNavigator = new AkiNavigator('home');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user