Google analytics
This commit is contained in:
parent
8acc05f661
commit
2932f5d67d
11
dynmap.html
11
dynmap.html
@ -1,6 +1,17 @@
|
|||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<link href="root.css" rel="stylesheet">
|
<link href="root.css" rel="stylesheet">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L9QF12JY74"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-L9QF12JY74');
|
||||||
|
</script>
|
||||||
|
|
||||||
<body class="center">
|
<body class="center">
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user