mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Added Google analytics
This commit is contained in:
parent
9365234110
commit
de92818635
@ -7,6 +7,15 @@
|
|||||||
<link rel="stylesheet" href="css/style.css" type="text/css" media="all"/>
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="all"/>
|
||||||
<link rel="stylesheet" href="css/gallery.css" type="text/css"/>
|
<link rel="stylesheet" href="css/gallery.css" type="text/css"/>
|
||||||
<!--[if IE 6]><link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /><![endif]-->
|
<!--[if IE 6]><link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /><![endif]-->
|
||||||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110140219-1"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'UA-110140219-1');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- START PAGE SOURCE -->
|
<!-- START PAGE SOURCE -->
|
||||||
|
11
index.html
11
index.html
@ -6,10 +6,19 @@
|
|||||||
<meta name="Description" content="GPXSee - GPS log file viewer and analyzer that supports GPX, TCX, KML, FIT, IGC and NMEA files." />
|
<meta name="Description" content="GPXSee - GPS log file viewer and analyzer that supports GPX, TCX, KML, FIT, IGC and NMEA files." />
|
||||||
<link rel="icon" type="image/png" href="css/images/favicon.png"/>
|
<link rel="icon" type="image/png" href="css/images/favicon.png"/>
|
||||||
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
|
||||||
|
<!--[if IE 6]><link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /><![endif]-->
|
||||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||||
<script type="text/javascript" src="js/jquery.jcarousel.js" ></script>
|
<script type="text/javascript" src="js/jquery.jcarousel.js" ></script>
|
||||||
<script type="text/javascript" src="js/js-func.js"></script>
|
<script type="text/javascript" src="js/js-func.js"></script>
|
||||||
<!--[if IE 6]><link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /><![endif]-->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110140219-1"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'UA-110140219-1');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- START PAGE SOURCE -->
|
<!-- START PAGE SOURCE -->
|
||||||
|
Loading…
Reference in New Issue
Block a user