mirror of https://github.com/sundowndev/Detank.git
add Google Analytics
parent
8ec6df576d
commit
8e7ee0a5f8
|
@ -5,6 +5,15 @@
|
|||
<title>» DE_TANK «</title>
|
||||
<link rel="icon" type="image/png" href="./assets/img/favicon.png" />
|
||||
<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-27858889-5"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-27858889-5');
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue